This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/54874] [OOP] 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: Tue, 09 Oct 2012 22:10:59 +0000
- Subject: [Bug fortran/54874] [OOP] polymorphic allocation with SOURCE
- Auto-submitted: auto-generated
- References: <bug-54874-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54874
--- Comment #12 from janus at gcc dot gnu.org 2012-10-09 22:10:59 UTC ---
(In reply to comment #10)
> All three cleanly compile comment 0, while only the 4.7 version fails to
> compile commment 1 with some ICE:
>
> c1.f90: In Funktion ÂtestsourceÂ:
> c1.f90:58:0: interner Compiler-Fehler: Segmentation fault: 11
This goes away when updating to
gcc-Version 4.7.3 20121009 (prerelease) [gcc-4_7-branch revision 192273] (GCC)
just as the runtime error in comment 11.