aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/ChangeLog
diff options
context:
space:
mode:
authorTobias Burnus <burnus@net-b.de>2010-02-21 14:06:07 +0100
committerTobias Burnus <burnus@gcc.gnu.org>2010-02-21 14:06:07 +0100
commit72bd130e66f28490198385ff62481a719a0103c0 (patch)
treed4fbccbf175b1cb47bc63157005e3fbde3964021 /gcc/fortran/ChangeLog
parentc76dc9b0e660bb78b5addda708a1b1eeb53ec1b8 (diff)
downloadgcc-72bd130e66f28490198385ff62481a719a0103c0.zip
gcc-72bd130e66f28490198385ff62481a719a0103c0.tar.gz
gcc-72bd130e66f28490198385ff62481a719a0103c0.tar.bz2
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
Diffstat (limited to 'gcc/fortran/ChangeLog')
-rw-r--r--gcc/fortran/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 9efaf38..fec057f 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,12 @@
+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-20 Paul Thomas <pault@gcc.gnu.org>
PR fortran/36932