arm: Add .type and .size to __gnu_cmse_nonsecure_call [PR115360]
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr71706.f90
blob860c1c8be80737b734c5e578d85bca9c8ddeb0f6
1 ! { dg-do compile }
2 ! { dg-options "-fcoarray=lib -fcheck=all -fdefault-integer-8" }
3 ! PR fortran/71706 - ICE on using sync images with -fcheck=bounds
5 program p
6 integer, volatile :: me = 1
7 sync images (me)
8 sync images (int (me, 2))
9 sync images (int (me, 8))
10 end