------- Comment #6 from pinskia at gcc dot gnu dot org 2006-05-28 15:20 ------- volatile makes all the optimizations turn off for that variable which means nothing is going to happen.
This is not a bug, if you can find a testcase without volatile, please file a new bug. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27771