[Bug fortran/38389] New: (DE)ALLOCATE compile time check for same variable
burnus at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Dec 3 19:17:00 GMT 2008
The Intel Fortran compiler has:
error #8112: The same name cannot be specified more than once in a DEALLOCATE
statement. [X]
deallocate(x, x, errmsg=err)
----------------^
Expected: Similar diagnostics for gfortran
--
Summary: (DE)ALLOCATE compile time check for same variable
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Keywords: diagnostic
Severity: enhancement
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=38389
More information about the Gcc-bugs
mailing list