]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/omp-expand.c
re PR middle-end/83837 (libgomp.fortran/pointer[12].f90 FAIL)
authorJakub Jelinek <jakub@redhat.com>
Mon, 15 Jan 2018 21:47:11 +0000 (22:47 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 15 Jan 2018 21:47:11 +0000 (22:47 +0100)
commitb4e47472c9f2fb618a5b33517dca11ede3419fa9
treed86b57dbe538252844b2631c186c0e09bd4d3dd1
parent732ed80aa31ea2c92fc5234f758a94b5766bfa16
re PR middle-end/83837 (libgomp.fortran/pointer[12].f90 FAIL)

PR middle-end/83837
* omp-expand.c (expand_omp_atomic_pipeline): Use loaded_val
type rather than type addr's type points to.
(expand_omp_atomic_mutex): Likewise.
(expand_omp_atomic): Likewise.

From-SVN: r256710
gcc/ChangeLog
gcc/omp-expand.c