[Bug fortran/49103] [4.6/4.7 Regression] local variables exchange values / wrong code with -O3

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun May 22 11:12:00 GMT 2011


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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code
   Target Milestone|---                         |4.6.1

--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-05-22 10:30:58 UTC ---
I would say look if -fno-whole-file works (or -fno-inline) or alternatively
watch out for not properly merged DECLs.  ISTR some issues with module globals.



More information about the Gcc-bugs mailing list