$ cat foo.f
      write (*,'(A1)') 65
      end
$ gfortran -std=f95 -pedantic -Wall foo.f
$ ./a.out
A
$ 

We might want to permit this with -std=legacy, though.  g77 also accepts it.


-- 
           Summary: write (*,'(A1)') 65 should generate an error/warning
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: enhancement
          Priority: P3
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tkoenig at gcc dot gnu dot org


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

Reply via email to