mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-06 02:10:29 +08:00
re PR fortran/86372 (Segfault on ASSOCIATE statement with CHARACTER variable)
2018-10-08 Paul Thomas <pault@gcc.gnu.org> PR fortran/86372 * trans-stmt.c (trans_associate_var): Character associate names with variable string length do not have to be deferred length for the string length to be set, if variable. 2018-10-08 Paul Thomas <pault@gcc.gnu.org> PR fortran/86372 * gfortran.dg/associate_41.f90: New test. From-SVN: r264919
This commit is contained in:
parent
87454aad99
commit
0054ef84b0
@ -1,3 +1,10 @@
|
||||
2018-10-08 Paul Thomas <pault@gcc.gnu.org>
|
||||
|
||||
PR fortran/86372
|
||||
* trans-stmt.c (trans_associate_var): Character associate names
|
||||
with variable string length do not have to be deferred length
|
||||
for the string length to be set, if variable.
|
||||
|
||||
2018-10-06 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
||||
PR fortran/86111
|
||||
|
@ -1,3 +1,8 @@
|
||||
2018-10-08 Paul Thomas <pault@gcc.gnu.org>
|
||||
|
||||
PR fortran/86372
|
||||
* gfortran.dg/associate_41.f90: New test.
|
||||
|
||||
2018-10-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* gcc.dg/merge-all-constants-2.c: Require string_merging support.
|
||||
|
Loading…
x
Reference in New Issue
Block a user