]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/93162 (gcc/fortran/trans-openmp.c:2469:50: runtime error: load of value...
authorJakub Jelinek <jakub@redhat.com>
Tue, 7 Jan 2020 07:14:41 +0000 (08:14 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 7 Jan 2020 07:14:41 +0000 (08:14 +0100)
commit851817d85ed21fa9a591720ec53d8754b376500e
treee0fd3e00f7f85aa7e3f9e2ab553a053705f7f159
parentf74f6092ace420bd8a4498697754b06fc6da63bd
re PR fortran/93162 (gcc/fortran/trans-openmp.c:2469:50: runtime error: load of value 145992800, which is not a valid value for type 'ar_type' since r279628)

PR fortran/93162
* trans-openmp.c (gfc_trans_omp_clauses): Check for REF_ARRAY type
before testing u.ar.type == AR_FULL.

From-SVN: r279944
gcc/fortran/ChangeLog
gcc/fortran/trans-openmp.c