This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/39670] New: dollar sign in entities is not recognized when it is first symbol


With option -fdollar-ok the compiler does not recognize symbols that start with
$

test case:

        program test
        a$a = 12
        $a = 12    ! error
        end

I currently have a lot of legacy code with identifiers starting with $.


-- 
           Summary: dollar sign in entities is not recognized when it is
                    first symbol
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: anickol at yahoo dot com


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]