]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/35259 (-fassociative-math not enabled by default; No option to associa...
authorTobias Burnus <burnus@net-b.de>
Sun, 21 Feb 2010 13:06:07 +0000 (14:06 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Sun, 21 Feb 2010 13:06:07 +0000 (14:06 +0100)
commit72bd130e66f28490198385ff62481a719a0103c0
treed4fbccbf175b1cb47bc63157005e3fbde3964021
parentc76dc9b0e660bb78b5addda708a1b1eeb53ec1b8
re PR fortran/35259 (-fassociative-math not enabled by default;  No option to associate with PAREN_EXPRs)

2010-02-21  Tobias Burnus  <burnus@net-b.de>

        PR fortran/35259
        * doc/invoke.texi (-fassociative-math): Document that this
        option is automatically enabled for Fortran.

2010-02-21  Tobias Burnus  <burnus@net-b.de>

        PR fortran/35259
        * gfortran.h (gfc_option_t): New flag -fprotect-parens.
        * lang.opt: Ditto.
        * option.c (gfc_init_options,gfc_handle_option): Ditto.
        * trans-expr.c (gfc_conv_expr_op): Use the flag.
        * invoke.texi: Document new -fno-protect-parens flag.

2010-02-21  Tobias Burnus  <burnus@net-b.de>

        PR fortran/35259
        * gfortran.dg/reassoc_5.f90: New test.

From-SVN: r156937
gcc/ChangeLog
gcc/doc/invoke.texi
gcc/fortran/ChangeLog
gcc/fortran/gfortran.h
gcc/fortran/invoke.texi
gcc/fortran/lang.opt
gcc/fortran/options.c
gcc/fortran/trans-expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/reassoc_5.f90 [new file with mode: 0644]