Commit 87681fb5 by Francois-Xavier Coudert Committed by François-Xavier Coudert

re PR fortran/33363 (gfortran is missing -fcase-preserve option)

	PR fortran/33363
	* invoke.texi: Don't mention nonexisting -fcase-lower option.

From-SVN: r211858
parent 96740472
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> 2014-06-19 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/61454 PR fortran/61454
......
...@@ -1265,10 +1265,9 @@ experimenting with issues such as integration of GNU Fortran into ...@@ -1265,10 +1265,9 @@ experimenting with issues such as integration of GNU Fortran into
existing system environments (vis-@`{a}-vis existing libraries, tools, existing system environments (vis-@`{a}-vis existing libraries, tools,
and so on). and so on).
For example, with @option{-funderscoring}, and assuming other defaults like For example, with @option{-funderscoring}, and assuming that @code{j()} and
@option{-fcase-lower} and that @code{j()} and @code{max_count()} are @code{max_count()} are external functions while @code{my_var} and
external functions while @code{my_var} and @code{lvar} are local variables, @code{lvar} are local variables, a statement like
a statement like
@smallexample @smallexample
I = J() + MAX_COUNT (MY_VAR, LVAR) I = J() + MAX_COUNT (MY_VAR, LVAR)
@end smallexample @end smallexample
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment