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/70696] [Coarray] ICE on EVENT POST of host-associated EVENT_TYPE coarray


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

--- Comment #11 from vehre at gcc dot gnu.org ---
Author: vehre
Date: Wed Jan 18 18:35:41 2017
New Revision: 244587

URL: https://gcc.gnu.org/viewcvs?rev=244587&root=gcc&view=rev
Log:
gcc/fortran/ChangeLog:

2017-01-17  Andre Vehreschild  <vehre@gcc.gnu.org>

        PR fortran/70696
        Missed some parts, here they are:
        * trans-decl.c (gfc_build_qualified_array): Add static tokens to the
        parent function's scope.
        * trans-expr.c (gfc_get_tree_for_caf_expr): Shorten code.  Remove
        unnecessary assert.

gcc/testsuite/ChangeLog:

2017-01-17  Andre Vehreschild  <vehre@gcc.gnu.org>

        PR fortran/70696
        * gfortran.dg/coarray_event_1.f08: New test.



Added:
    trunk/gcc/testsuite/gfortran.dg/coarray_event_1.f08
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-decl.c
    trunk/gcc/fortran/trans-expr.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]