This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/55037] I.C.E. with local allocatable variable of abstract type


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);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]