re PR fortran/33363 (gfortran is missing -fcase-preserve option)
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Fri, 20 Jun 2014 20:11:30 +0000 (20:11 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Fri, 20 Jun 2014 20:11:30 +0000 (20:11 +0000)
PR fortran/33363
* invoke.texi: Don't mention nonexisting -fcase-lower option.

From-SVN: r211858

gcc/fortran/ChangeLog
gcc/fortran/invoke.texi

index 6325c50..8a9316e 100644 (file)
@@ -1,3 +1,8 @@
+2014-06-20  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR fortran/33363
+       * invoke.texi: Don't mention nonexisting -fcase-lower option.
+
 2014-06-19  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
        PR fortran/61454
index af71ad9..3d04f19 100644 (file)
@@ -1265,10 +1265,9 @@ experimenting with issues such as integration of GNU Fortran into
 existing system environments (vis-@`{a}-vis existing libraries, tools,
 and so on).
 
-For example, with @option{-funderscoring}, and assuming other defaults like
-@option{-fcase-lower} and that @code{j()} and @code{max_count()} are
-external functions while @code{my_var} and @code{lvar} are local variables,
-a statement like
+For example, with @option{-funderscoring}, and assuming that @code{j()} and
+@code{max_count()} are external functions while @code{my_var} and
+@code{lvar} are local variables, a statement like
 @smallexample
 I = J() + MAX_COUNT (MY_VAR, LVAR)
 @end smallexample