[Bug fortran/60378] ICE on attempt to print null of derived type with unlimited polymorphic component

janus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Mar 1 14:07:00 GMT 2014


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

janus at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |janus at gcc dot gnu.org

--- Comment #1 from janus at gcc dot gnu.org ---
I can confirm the ICE with 4.8, but trunk gives:

  print *,null(mold=x)
          1
Error: Invalid context for NULL () intrinsic at (1)


which I guess is correct.



More information about the Gcc-bugs mailing list