re PR fortran/39670 (dollar sign in entities is not recognized when it is first symbol)
authorDaniel Franke <franke.daniel@gmail.com>
Wed, 8 Apr 2009 17:42:32 +0000 (13:42 -0400)
committerDaniel Franke <dfranke@gcc.gnu.org>
Wed, 8 Apr 2009 17:42:32 +0000 (13:42 -0400)
2009-04-08  Daniel Franke  <franke.daniel@gmail.com>

       PR fortran/39670
       * invoke.texi (fdollar-ok): Clarify limitations.

From-SVN: r145764

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

index d078a21..6c6f99b 100644 (file)
@@ -1,3 +1,8 @@
+2009-04-08  Daniel Franke  <franke.daniel@gmail.com>
+
+       PR fortran/39670
+       * invoke.texi (fdollar-ok): Clarify limitations.
+
 2009-04-08  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/38863
index e49297d..7be9a38 100644 (file)
@@ -256,7 +256,9 @@ the default width of @code{DOUBLE PRECISION} to 16 bytes if possible, unless
 @cindex $
 @cindex symbol names
 @cindex character set
-Allow @samp{$} as a valid character in a symbol name.
+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.
 
 @item -fbackslash
 @opindex @code{backslash}