]> git.ipfire.org Git - thirdparty/gcc.git/commit
Check for correct type of ref before trying to handle coarrays.
authorNicolas KÃnig <koenigni@student.ethz.ch>
Sun, 25 Oct 2020 10:36:08 +0000 (11:36 +0100)
committerNicolas KÃnig <koenigni@student.ethz.ch>
Sun, 25 Oct 2020 10:36:44 +0000 (11:36 +0100)
commit9dca1f29608df4bda70b33be735373ac18b8714b
treed8caa926369e941c046975702b65b9174766a588
parent7488585fc18a9466253617e251c0e0bdc168a3b1
Check for correct type of ref before trying to handle coarrays.

gcc/fortran/ChangeLog:

PR native_coarray/97530
* trans-array.c (gfc_conv_ss_descriptor): Check for correct type
of ref before handling coarrays.
gcc/fortran/trans-array.c