[Bug fortran/32816] New: Compile-time check for No data-edit descriptor for effective item

burnus at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Jul 19 08:35:00 GMT 2007


Test case:
---------------------
program test
implicit none
integer :: n
n = 1
write(*,'(''n'')') n
end program test
---------------------

gfortran gives no compile-time error/warning, only the run-time error:

Fortran runtime error: Insufficient data descriptors in format after reversion

Expected: compile-time error as NAG f95:
Error: r.f90, line 5: No data-edit descriptor for effective item


-- 
           Summary: Compile-time check for No data-edit descriptor for
                    effective item
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org


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



More information about the Gcc-bugs mailing list