http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37107
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
--- Comment #7 from pinskia at gcc dot gnu dot org 2008-12-27 06:22 ---
How about -fno-delete-null-pointer-checks -O2?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37107
--- Comment #6 from oakad at yahoo dot com 2008-08-20 06:34 ---
Created an attachment (id=16104)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16104&action=view)
Full assembler output of cfi_flash.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37107
--- Comment #5 from oakad at yahoo dot com 2008-08-20 06:33 ---
Created an attachment (id=16103)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16103&action=view)
Preprocessed cfi_flash.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37107
--- Comment #4 from oakad at yahoo dot com 2008-08-20 06:32 ---
(In reply to comment #3)
> Can you provide the preprocessed source which you can get via the -save-temps
> option. Also does using -fno-strict-aliasing fix the issue?
>
-fno-strict-aliasing appears to have no effect on
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-08-16 22:14 ---
Can you provide the preprocessed source which you can get via the -save-temps
option. Also does using -fno-strict-aliasing fix the issue?
--
pinskia at gcc dot gnu dot org changed:
What|Removed