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/19116] -fno-finite-math-only does not override -ffast-math


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-27 00:41 -------
Can you try just -funsafe-math-optimizations and see what happens I think you will get the same 
results as "-ffast-math -fno-finite-math-only" as I think an instruction in the .md file checks the wrong 
flag.

-- 


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


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