This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/55037] I.C.E. with local allocatable variable of abstract type
- From: "dominiq at lps dot ens.fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 23 Oct 2012 15:52:32 +0000
- Subject: [Bug fortran/55037] I.C.E. with local allocatable variable of abstract type
- Auto-submitted: auto-generated
- References: <bug-55037-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55037
Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2012-10-23
CC| |burnus@net-b.de
Ever Confirmed|0 |1
--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-10-23 15:52:32 UTC ---
Confirmed. Revision 191494 (2012-09-19) is OK, revision 191799 (2012-09-27) is
not. It seems likely a fallout of revision 191649 which introduced the assert
gcc_assert (fsym->ts.u.derived == e->ts.u.derived);