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/60834] [OOP] ICE with ASSOCIATE construct (gimplify_var_or_parm_decl, at gimplify.c:1721)


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

--- Comment #3 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Author: tkoenig
Date: Mon May 12 16:17:09 2014
New Revision: 210329

URL: http://gcc.gnu.org/viewcvs?rev=210329&root=gcc&view=rev
Log:
2014-05-12  Thomas Koenig  <tkoenig@gcc.gnu.org>

    PR fortran/60834
    * frontend-passes.c (in_assoc_list):  New variable.
    (optimize_namespace):  Initialize in_assoc_list
    (combine_array_constructor): Don't try to combine
    assoc lists.
    (gfc_code_walker):  Keep track of in_assoc_list.

2014-05-12  Thomas Koenig  <tkoenig@gcc.gnu.org>

    PR fortran/60834
    * gfortran.dg/associate_16.f90:  New test.


Added:
    trunk/gcc/testsuite/gfortran.dg/associate_16.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/frontend-passes.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]