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/58185] [4.8/4.9 Regression] [OOP] ICE when selector in SELECT TYPE is non-polymorphic


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58185

--- Comment #4 from janus at gcc dot gnu.org ---
Fixed on trunk with the commit below. Backport pending.


Author: janus
Date: Thu Aug 22 11:49:46 2013
New Revision: 201919

URL: http://gcc.gnu.org/viewcvs?rev=201919&root=gcc&view=rev
Log:
2013-08-22  Janus Weil  <janus@gcc.gnu.org>

    PR fortran/58185
    * match.c (copy_ts_from_selector_to_associate): Only build class
    container for polymorphic selector. Some cleanup.


2013-08-22  Janus Weil  <janus@gcc.gnu.org>

    PR fortran/58185
    * gfortran.dg/select_type_34.f90: New.

Added:
    trunk/gcc/testsuite/gfortran.dg/select_type_34.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/match.c
    trunk/gcc/testsuite/ChangeLog


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