i386.c (optimization_options): Make -fno-math-errno the default on Darwin.
authorDale Johannesen <dalej@apple.com>
Fri, 10 Jun 2005 01:16:52 +0000 (01:16 +0000)
committerDale Johannesen <dalej@gcc.gnu.org>
Fri, 10 Jun 2005 01:16:52 +0000 (01:16 +0000)
commit2e3f0db6f996d6b3d84955391263e9d035d58760
treebe41b63edfaa93227ab09b71f4485a27df0f3511
parente94412761a952781f4b29043a8f11e8b53a9e159
i386.c (optimization_options): Make -fno-math-errno the default on Darwin.

2005-06-09  Dale Johannesen  <dalej@apple.com>

        * config/i386/i386.c (optimization_options):  Make -fno-math-errno
        the default on Darwin.
        * config/rs6000/rs6000.c (optimization_options):  Ditto.
        * doc/invoke.texi (-fno-math-errno): Document.

2005-06-09  Dale Johannesen  <dalej@apple.com>

        * config/rs6000/rs6000.c (TARGET_INSN_VALID_WITHIN_DOLOOP):
        Change to TARGET_INVALID_WITHIN_DOLOOP.

From-SVN: r100813
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/rs6000/rs6000.c
gcc/doc/invoke.texi