[Bug fortran/47728] [OOP] ICE on invalid CLASS declaration

janus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Feb 14 10:12:00 GMT 2011


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

--- Comment #2 from janus at gcc dot gnu.org 2011-02-14 10:09:15 UTC ---
Fixing up the CLASS declaration with the ALLOCATABLE attribute yields:

   class(shape), dimension(2), allocatable :: object
                                                    1
Error: Polymorphic array at (1) not yet supported



More information about the Gcc-bugs mailing list