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 fortran/49103] [4.6/4.7 Regression] local variables exchange values / wrong code with -O3


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.


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