This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/81898] [7/8 Regression] [OOP] Issue with polymorphic container class
- 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: Mon, 21 Aug 2017 19:07:32 +0000
- Subject: [Bug fortran/81898] [7/8 Regression] [OOP] Issue with polymorphic container class
- Auto-submitted: auto-generated
- References: <bug-81898-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81898
janus at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vehre at gcc dot gnu.org
--- Comment #3 from janus at gcc dot gnu.org ---
I think the regression has been introduced by r241439, in particular the
resolve.c part. Reverting it makes the segfault disappear.