This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/37569] Loop incorrectly optimized to endless loop with -Os/-O2/-O3



------- Comment #12 from rguenth at gcc dot gnu dot org  2008-09-18 11:11 -------
Note you can do the same as AVR does - force flag_delete_null_pointer_checks to
zero:

grep flag_delete_null_pointer_checks config/*/*.c
config/avr/avr.c:  flag_delete_null_pointer_checks = 0;


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37569


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