From: Francois-Xavier Coudert Date: Thu, 7 May 2009 21:48:14 +0000 (+0000) Subject: re PR fortran/36382 (Support $ as first character in symbol names and in IMPLICT) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e8cb9bef0c5f8ac37203ff78cc9a7a047184765;p=gcc.git re PR fortran/36382 (Support $ as first character in symbol names and in IMPLICT) PR fortran/36382 * invoke.texi: Document that -fdollar-ok does not allow $ to be used in IMPLICIT statement. From-SVN: r147256 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 2bb9a540fc4..ca854c4eb86 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,9 @@ +2009-05-07 Francois-Xavier Coudert + + PR fortran/36382 + * invoke.texi: Document that -fdollar-ok does not allow $ to be + used in IMPLICIT statement. + 2009-05-06 Janus Weil Paul Thomas diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index 8c9bfced1a5..97fbf776ed1 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -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}