]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR fortran/33363
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Jun 2014 20:11:30 +0000 (20:11 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Jun 2014 20:11:30 +0000 (20:11 +0000)
* invoke.texi: Don't mention nonexisting -fcase-lower option.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211858 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 6325c50a6e0de731f6001b814c109d635905caa1..8a9316e6a964b67617532528d8c564e40bd18b3a 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 af71ad9559c52bd29e15b995f286e8d4ef1dd63c..3d04f191ae83b19f4aad50fdbbb3aff20ac08f7e 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