This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/33135] [SH] -ffinite-math-only should not be on by default
- From: "olegendo at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 22 Jul 2012 23:44:49 +0000
- Subject: [Bug target/33135] [SH] -ffinite-math-only should not be on by default
- Auto-submitted: auto-generated
- References: <bug-33135-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33135
--- Comment #9 from Oleg Endo <olegendo at gcc dot gnu.org> 2012-07-22 23:44:49 UTC ---
Author: olegendo
Date: Sun Jul 22 23:44:45 2012
New Revision: 189761
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189761
Log:
PR target/33135
* config/sh/sh.opt (mieee): Use Var instead of Mask. Correct
description.
* config/sh/sh.c (sh_option_override): Do not change
flag_finite_math_only. Set TARGET_IEEE to complement of
flag_finite_math_only.
* doc/invoke.texi (SH options): Add mno-ieee. Correct
description of mieee and mno-ieee behavior.
Modified:
branches/gcc-4_7-branch/gcc/ChangeLog
branches/gcc-4_7-branch/gcc/config/sh/sh.c
branches/gcc-4_7-branch/gcc/config/sh/sh.opt
branches/gcc-4_7-branch/gcc/doc/invoke.texi