diff options
author | Janne Blomqvist <jb@gcc.gnu.org> | 2009-04-08 21:23:55 +0300 |
---|---|---|
committer | Janne Blomqvist <jb@gcc.gnu.org> | 2009-04-08 21:23:55 +0300 |
commit | cba2a54e5eb6b29ac3cb681e9a5d9e9626149c1e (patch) | |
tree | 50684a6ccb5f8c0f1b6c25937c75eb18a5d6aaa8 /gcc | |
parent | 3d5952be50b07bbf31b2535d1543063586c916c5 (diff) | |
download | gcc-cba2a54e5eb6b29ac3cb681e9a5d9e9626149c1e.zip gcc-cba2a54e5eb6b29ac3cb681e9a5d9e9626149c1e.tar.gz gcc-cba2a54e5eb6b29ac3cb681e9a5d9e9626149c1e.tar.bz2 |
re PR fortran/39670 (dollar sign in entities is not recognized when it is first symbol)
2009-04-08 Janne Blomqvist <jb@gcc.gnu.org>
PR fortran/39670
* invoke.texi (fdollar-ok): Fix typo.
From-SVN: r145767
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/fortran/invoke.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 6c6f99b..890a099 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2009-04-08 Janne Blomqvist <jb@gcc.gnu.org> + + PR fortran/39670 + * invoke.texi (fdollar-ok): Fix typo. + 2009-04-08 Daniel Franke <franke.daniel@gmail.com> PR fortran/39670 diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index 7be9a38..8c9bfce 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} |