------- Additional Comments From kevin at planetsaphire dot com 2005-08-28 20:26 ------- (In reply to comment #1) > Are you compiling your source at -O0 or GCC at -O0? If the former, then this is most likely not a bug.
-O2 does not do any optimization at all, and -O0 optimizes the code to a certain extent. The testcase I submitted was compiled with the -O0 flag. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23605