------- Comment #6 from aldot at gcc dot gnu dot org  2006-11-05 16:19 -------
Updating the testsuite to account for the new error message now.

Note that i think that we should take -fdollar-ok into account, i.e.:

if (!ISALPHA (c) && !(gfc_option.flag_dollar_ok && c == '$'))
  {
    bail;
  }

to allow for names (in the sense of 3.2.1) that begin with a dollar.

Such names are currently rejected (even if -fdollar-ok suggests that they
should be ok).


-- 

aldot at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aldot at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27698

Reply via email to