Add ChangeLog changes from previous commit, r10-7920.
PR fortran/93956
This commit is contained in:
parent
1b0cbe0582
commit
2bf7698e0d
2 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2020-04-25 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
||||
PR fortran/94578
|
||||
* trans-expr.c (arrayfunc_assign_needs_temporary): If the
|
||||
LHS is a subref pointer, we also need a temporary.
|
||||
|
||||
2020-04-23 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
||||
PR fortran/93956
|
||||
|
|
|
@ -46,6 +46,12 @@
|
|||
* gcc.dg/debug/dwarf2/pr82718-1.c: Skip on AIX.
|
||||
* gcc.dg/debug/dwarf2/pr82718-2.c: Skip on AIX.
|
||||
|
||||
2020-04-25 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
||||
PR fortran/94578
|
||||
* gfortran.dg/pointer_assign_14.f90: New test.
|
||||
* gfortran.dg/pointer_assign_15.f90: New test.
|
||||
|
||||
2020-04-25 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
* g++.dg/coroutines/torture/co-ret-16-simple-control-flow.C:
|
||||
|
|
Loading…
Add table
Reference in a new issue