note the dot instead of the comma after target

> cat test.f90
INTEGER, TARGET. DIMENSION(9) :: I
END

> gfortran test.f90
test.f90:1.8:

INTEGER, TARGET. DIMENSION(9) :: I
        1
Error: Invalid character in name at (1)


-- 
           Summary: incorrect location for error message
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jv244 at cam dot ac dot uk


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

Reply via email to