lto: Remove random_seed from section name.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr89253.f
blob6dc9df138fd592a4ea0762219480b110946dd174
1 ! { dg-do compile }
2 ! { dg-additional-options "-fsplit-loops -fno-tree-dominator-opts -std=legacy -w" }
3 program jr
4 integer :: w5, pg, zh
5 w5 = 0
6 write (w5)
7 assign 0002 to w5
8 do pg = 1, 3
9 if (pg .eq. 1) then
10 do zh = 1, pg
11 end do
12 else
13 goto w5
14 0001 zh = 0
15 0002 zh = 0
16 assign 0001 to w5
17 endif
18 end do
19 end