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 middle-end/26528] [4.2 regression] gcc miscompiles FFTW 3.1



------- Comment #5 from pinskia at gcc dot gnu dot org  2006-03-02 13:40 -------
(In reply to comment #4)
> "-O1 -ftree-vrp -finline-functions".
> More to come...

Can you try "-O3 -fwrapv"?  It might be the source have undefined code in it
for signed overflow and changes to VRP exposed it.

Also do you know which file is being miscompiled?  If so can you attach the
dump generated by doing -O3 -fdump-tree-vrp-details?


-- 


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


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