summaryrefslogtreecommitdiff
path: root/gcc/fortran/lang.opt
diff options
context:
space:
mode:
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2010-02-21 13:06:07 +0000
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2010-02-21 13:06:07 +0000
commit54564d01b93944df0c0b34daf82e41280e8e3435 (patch)
treed4fbccbf175b1cb47bc63157005e3fbde3964021 /gcc/fortran/lang.opt
parent1ffa1fd770fbb45670d3c9b1d1576026bb8704e0 (diff)
downloadgcc-54564d01b93944df0c0b34daf82e41280e8e3435.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156937 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/lang.opt')
-rw-r--r--gcc/fortran/lang.opt4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/fortran/lang.opt b/gcc/fortran/lang.opt
index b64dbc7f386..a52e643c9b3 100644
--- a/gcc/fortran/lang.opt
+++ b/gcc/fortran/lang.opt
@@ -324,6 +324,10 @@ fpreprocessed
Fortran
; Documented in C
+fprotect-parens
+Fortran
+Protect parentheses in expressions
+
frange-check
Fortran
Enable range checking during compilation