[Bug middle-end/37107] Incorrect code generated after function inlining

2012-01-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37107 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug middle-end/37107] Incorrect code generated after function inlining

2008-12-26 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug middle-end/37107] Incorrect code generated after function inlining

2008-08-19 Thread oakad at yahoo dot com
--- 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

[Bug middle-end/37107] Incorrect code generated after function inlining

2008-08-19 Thread oakad at yahoo dot com
--- 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

[Bug middle-end/37107] Incorrect code generated after function inlining

2008-08-19 Thread oakad at yahoo dot com
--- 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

[Bug middle-end/37107] Incorrect code generated after function inlining

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- 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