This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/50173] ICE when allocating derived type with allocatable component(s) and specifying lower bound
- 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: Wed, 24 Aug 2011 06:19:59 +0000
- Subject: [Bug fortran/50173] ICE when allocating derived type with allocatable component(s) and specifying lower bound
- Auto-submitted: auto-generated
- References: <bug-50173-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50173
--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-08-24 06:19:59 UTC ---
Seems to be a duplicate of the regression caused by the patch for PR 50050,
see bug 50050 comment 7. Draft patch posted at
http://gcc.gnu.org/ml/fortran/2011-08/msg00199.html
Sorry for the breakage! Work around: Use a version before Aug 22, 2011 - or
apply Mikael's patch - or wait a couple of hours until it has been committed
and then recompile.