re PR fortran/36382 (Support $ as first character in symbol names and in IMPLICT)
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Thu, 7 May 2009 21:48:14 +0000 (21:48 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Thu, 7 May 2009 21:48:14 +0000 (21:48 +0000)
PR fortran/36382
* invoke.texi: Document that -fdollar-ok does not allow $ to be
used in IMPLICIT statement.

From-SVN: r147256

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

index 2bb9a540fc446779700ced0b7f7fae889135988d..ca854c4eb8645fece287957834f0afde3efcc1b1 100644 (file)
@@ -1,3 +1,9 @@
+2009-05-07  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR fortran/36382
+       * invoke.texi: Document that -fdollar-ok does not allow $ to be
+       used in IMPLICIT statement.
+
 2009-05-06  Janus Weil  <janus@gcc.gnu.org>
            Paul Thomas  <pault@gcc.gnu.org>
 
index 8c9bfced1a5e7f420d2f4beb190bb670f3d3914e..97fbf776ed1f9a7463ab453cf0f3f915fff53aa2 100644 (file)
@@ -259,6 +259,7 @@ the default width of @code{DOUBLE PRECISION} to 16 bytes if possible, unless
 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 vendors implement different rules.
+Using @samp{$} in @code{IMPLICIT} statements is also rejected.
 
 @item -fbackslash
 @opindex @code{backslash}