This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

warning: volatile qualifier ignored on asm



Hi,

I'm getting the above warning building a C++ program with Guile using egcs
1.1. From the source, it sounds like this means SCM_FENCE can be moved
around by the optimizer.

Couple questions - 
 - How bad is this?
 - Does anyone know *why* egcs is ignoring the volatile qualifier? 
   The error message is pretty uninformative.

Thanks,
Havoc