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)


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

--- Comment #4 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Author: tkoenig
Date: Thu May 29 12:12:00 2014
New Revision: 211052

URL: http://gcc.gnu.org/viewcvs?rev=211052&root=gcc&view=rev
Log:
2014-05-29  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-29  Thomas Koenig  <tkoenig@gcc.gnu.org>

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


Added:
    branches/gcc-4_9-branch/gcc/testsuite/gfortran.dg/associate_16.f90
Modified:
    branches/gcc-4_9-branch/gcc/fortran/ChangeLog
    branches/gcc-4_9-branch/gcc/fortran/frontend-passes.c
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog


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