c: Fix up pointer types to may_alias structures [PR114493]
[official-gcc.git] / gcc / testsuite / gfortran.dg / pack_assign_1.f90
blob7c480fc36c7c247df5eeaff02fbdbe2edb251ca7
1 ! { dg-do compile }
2 ! PR32890 - compile-time checks for assigments
4 INTEGER :: it, neighbrs(42) ! anything but 30
6 neighbrs = PACK((/ (it, it=1,30) /), (/ (it, it=1,30) /) < 3, (/ (0,it=1,30) /) ) ! { dg-error "Different shape" }
8 END