[Bug fortran/27655] New: ICE on invalid use of NULL as an argument to ASSOCIATED
fxcoudert at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu May 18 08:54:00 GMT 2006
$ cat null_ice.f90
print *, associated(NULL(),NULL())
end
$ gfortran null.f90
null.f90:0: internal compiler error: in gfc_check_associated, at
fortran/check.c:508
--
Summary: ICE on invalid use of NULL as an argument to ASSOCIATED
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Keywords: ice-on-invalid-code
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: fxcoudert at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27655
More information about the Gcc-bugs
mailing list