This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/49962] [OOP] ICE when using type-bound function returning vector
- From: "burnus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 15 Aug 2011 16:00:48 +0000
- Subject: [Bug fortran/49962] [OOP] ICE when using type-bound function returning vector
- Auto-submitted: auto-generated
- References: <bug-49962-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49962
--- Comment #7 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-08-15 16:00:48 UTC ---
(In reply to comment #6)
> Ok, the patch is simple enough after all. If I get approval by another Fortran
> maintainer, I'll be happy to do the backport. The original fix of r160622 was
> committed by Paul.
http://gcc.gnu.org/viewcvs?view=revision&revision=160622
> So: Paul, Tobias, what do you think? Ok to backport to 4.5?
I don't mind backporting - the patch is indeed simple and (applying to only to
gfc_conv_derived_to_class) safe.