From cba2a54e5eb6b29ac3cb681e9a5d9e9626149c1e Mon Sep 17 00:00:00 2001 From: Janne Blomqvist Date: Wed, 8 Apr 2009 21:23:55 +0300 Subject: [PATCH] re PR fortran/39670 (dollar sign in entities is not recognized when it is first symbol) 2009-04-08 Janne Blomqvist PR fortran/39670 * invoke.texi (fdollar-ok): Fix typo. From-SVN: r145767 --- gcc/fortran/ChangeLog | 5 +++++ gcc/fortran/invoke.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 6c6f99bf26c8..890a099afa23 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2009-04-08 Janne Blomqvist + + PR fortran/39670 + * invoke.texi (fdollar-ok): Fix typo. + 2009-04-08 Daniel Franke PR fortran/39670 diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index 7be9a382a61c..8c9bfced1a5e 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -258,7 +258,7 @@ the default width of @code{DOUBLE PRECISION} to 16 bytes if possible, unless @cindex character set Allow @samp{$} as a valid non-first character in a symbol name. Symbols that start with @samp{$} are rejected since it is unclear which rules to -apply to implicit typing as different vedors implement different rules. +apply to implicit typing as different vendors implement different rules. @item -fbackslash @opindex @code{backslash}