4ccff88b71
gcc/testsuite/ChangeLog: 2017-01-13 Andre Vehreschild <vehre@gcc.gnu.org> PR fortran/70696 * gfortran.dg/coarray/event_3.f08: New test. gcc/fortran/ChangeLog: 2017-01-13 Andre Vehreschild <vehre@gcc.gnu.org> PR fortran/70696 * trans-expr.c (gfc_get_tree_for_caf_expr): Ensure the backend_decl is valid before accessing it. libgfortran/ChangeLog: 2017-01-13 Andre Vehreschild <vehre@gcc.gnu.org> PR fortran/70696 * caf/single.c (_gfortran_caf_register): Allocate enough memory for the event counter. From-SVN: r244407
23 lines
645 B
Plaintext
23 lines
645 B
Plaintext
2017-01-13 Andre Vehreschild <vehre@gcc.gnu.org>
|
||
|
||
PR fortran/70696
|
||
* caf/single.c (_gfortran_caf_register): Allocate enough memory for
|
||
the event counter.
|
||
|
||
2017-01-07 Andre Vehreschild <vehre@gcc.gnu.org>
|
||
|
||
PR fortran/78781
|
||
PR fortran/78935
|
||
* caf/single.c (send_by_ref): Fix addressing of non-allocatable scalar
|
||
destination components.
|
||
|
||
2017-01-01 Jakub Jelinek <jakub@redhat.com>
|
||
|
||
Update copyright years.
|
||
|
||
Copyright (C) 2017 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|