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

2016-11-16 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47728 janus at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.6.0

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

2011-02-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47728 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Keywords|

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

2011-02-14 Thread janus at gcc dot gnu.org
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

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

2011-02-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47728 --- Comment #4 from janus at gcc dot gnu.org 2011-02-14 10:16:33 UTC --- (In reply to comment #3) shouldn't that read: class(shape), dimension(:), allocatable :: object ^ | no fixed dimension

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

2011-02-14 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47728 --- Comment #6 from Dominique d'Humieres dominiq at lps dot ens.fr 2011-02-14 10:23:49 UTC --- Error: Polymorphic array at (1) not yet supported I wonder if this should not be a fatal error: if a feature is not implemented, it is likely to

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

2011-02-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47728 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

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

2011-02-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47728 --- Comment #9 from janus at gcc dot gnu.org 2011-02-14 13:57:55 UTC --- (In reply to comment #8) If this survives the testsuite, I will commit it as obvious. Regtest successful. Will commit shortly.

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

2011-02-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47728 --- Comment #10 from janus at gcc dot gnu.org 2011-02-14 18:12:59 UTC --- Author: janus Date: Mon Feb 14 18:12:55 2011 New Revision: 170144 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170144 Log: 2011-02-14 Janus Weil ja...@gcc.gnu.org

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

2011-02-14 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47728 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|