lto: Remove random_seed from section name.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr88833.f90
blob224e6ce5f3d53135c588b6ac0ab6ee1733eab852
1 ! { dg-do assemble { target aarch64_asm_sve_ok } }
2 ! { dg-options "-O3 -march=armv8.2-a+sve --save-temps" }
4 subroutine foo(x)
5 real :: x(100)
6 x = x + 10
7 end subroutine foo
9 ! { dg-final { scan-assembler {\twhilelo\tp[0-9]+\.s, wzr, (w[0-9]+).*\twhilelo\tp[0-9]+\.s, w[0-9]+, \1} } }