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 target/36713] [4.4 regression] r137252 breaks -O2 optimization on x86_64-unknown-linux-gnu



------- Comment #6 from dfranke at gcc dot gnu dot org  2008-07-03 10:40 -------
> To simplify your life try if you can reproduce it with -O 
> -fstrict-aliasing or with -O2 -fno-tree-pre.

FCFLAGS="-O -fstrict-aliasing"      - not reproducable
FCFLAGS="-O2 -fno-tree-pre"         - reproducable
FCFLAGS="-O -ftree-pre"             - not reproducable
FCFLAGS="-O2 -fno-strict-aliasing"  - reproducable

Will do dump comparison next.


-- 


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


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