expand: constify sepops operand to expand_expr_real_2 and expand_widen_pattern_expr...
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr95503.f90
blob4a202b405c4cb36bd05ebefbe98f08508f2dc413
1 ! { dg-do compile }
2 ! PR fortran/95503 - ICE in gfc_is_simply_contiguous
4 program p
5 complex, target :: a
6 real, pointer, contiguous :: b => a%re ! { dg-error "not an array pointer" }
7 end