This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/19116] -fno-finite-math-only does not override -ffast-math
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Dec 2004 00:41:57 -0000
- Subject: [Bug target/19116] -fno-finite-math-only does not override -ffast-math
- References: <20041221203640.19116.Thomas.Koenig@online.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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