commit | 7beafc829c5b122298093ba517023015611aeca8 | [log] [tgz] |
---|---|---|
author | Paul Thomas <pault@gcc.gnu.org> | Thu Mar 05 11:01:59 2020 +0100 |
committer | Thomas König <tkoenig@gcc.gnu.org> | Thu Mar 05 11:04:09 2020 +0100 |
tree | e8567a37168d11caeb6a338918d55c9655ac5f15 | |
parent | e19f06538c51fed54240a4e98277e62daa00d9b3 [diff] |
Fix ICE in trans_associate_var 2020-03-05 Paul Thomas <pault@gcc.gnu.org> Backport from trunk PR fortran/92976 * match.c (select_type_set_tmp): Variable 'selector' to replace select_type_stack->selector. If the selector array spec has explicit bounds, make the temporary's bounds deferred. 2020-03-05 Paul Thomas <pault@gcc.gnu.org> Backport from trunk PR fortran/92976 * gfortran.dg/select_type_48.f90 : New test.