aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2022-02-03 09:01:07 +0100
committerJakub Jelinek <jakub@redhat.com>2022-02-03 09:01:07 +0100
commit54d21dd5b5c5c5539505b3e037cdecb3b0ab3918 (patch)
treee08ec2f11ac4a43808929b103d773837c5c70d60 /gcc/ggc.h
parent501c4ee9fad68716497db4d96b63b801cc57b4a1 (diff)
downloadgcc-54d21dd5b5c5c5539505b3e037cdecb3b0ab3918.zip
gcc-54d21dd5b5c5c5539505b3e037cdecb3b0ab3918.tar.gz
gcc-54d21dd5b5c5c5539505b3e037cdecb3b0ab3918.tar.bz2
openmp, fortran: Improve !$omp atomic checks [PR104328]
The testcase shows some cases that weren't verified and we ICE on invalid because of that. One problem is that unlike before, we weren't checking if some expression is EXPR_VARIABLE with non-NULL symtree in the case where there was a conversion around it. The other two issues is that we check that in an IF ->block is non-NULL and then immediately dereference ->block->next->op, but on invalid code with no statements in the then clause ->block->next might be NULL. 2022-02-02 Jakub Jelinek <jakub@redhat.com> PR fortran/104328 * openmp.cc (is_scalar_intrinsic_expr): If must_be_var && conv_ok and expr is conversion, verify it is a conversion from EXPR_VARIABLE with non-NULL symtree. Check ->block->next before dereferencing it. * gfortran.dg/gomp/atomic-27.f90: New test.
Diffstat (limited to 'gcc/ggc.h')
0 files changed, 0 insertions, 0 deletions