This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/54784] [4.7/4.8 Regression] [OOP] wrong code in polymorphic allocation with SOURCE
- From: "janus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 03 Oct 2012 16:09:03 +0000
- Subject: [Bug fortran/54784] [4.7/4.8 Regression] [OOP] wrong code in polymorphic allocation with SOURCE
- Auto-submitted: auto-generated
- References: <bug-54784-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54784
janus at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[OOP] allocation of |[4.7/4.8 Regression] [OOP]
|extended types with |wrong code in polymorphic
|polymorphic allocatable |allocation with SOURCE
|members |
--- Comment #7 from janus at gcc dot gnu.org 2012-10-03 16:09:03 UTC ---
This even seems to be a regression: The test case in comment 1 runs without
error when compiled with gfortran 4.6 (and also the dump looks ok).