http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33135
--- Comment #10 from Oleg Endo <olegendo at gcc dot gnu.org> 2012-07-22 23:50:00 UTC --- Author: olegendo Date: Sun Jul 22 23:49:56 2012 New Revision: 189762 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189762 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_6-branch/gcc/ChangeLog branches/gcc-4_6-branch/gcc/config/sh/sh.c branches/gcc-4_6-branch/gcc/config/sh/sh.opt branches/gcc-4_6-branch/gcc/doc/invoke.texi