[Bug fortran/45592] [F03] Valid structure constructor rejected for extended types

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

[Bug fortran/45592] [F03] Valid structure constructor rejected for extended types

2011-02-19 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45592 --- Comment #2 from Dominique d'Humieres 2011-02-19 16:30:56 UTC --- This pr seems to have been fixed at revision 170312, probably by revision 170291 (it looks like a duplicate of pr47789).

[Bug fortran/45592] [F03] Valid structure constructor rejected for extended types

2010-09-08 Thread janus at gcc dot gnu dot org
--- Comment #1 from janus at gcc dot gnu dot org 2010-09-08 09:49 --- This problem is apparently related to type extension (but not to abstract types). The following still fails: implicit none type :: pointGen end type pointGen type, extends(pointGen) :: point2d real