* tree-ssa-loop-manip.c (split_loop_exit_edge): Return the new block.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr20124.f90
blob69f4f18b29c82de14c7d68cc9390156c54a0a220
1 ! { dg-do run }
2 ! pr 20124
3 character*80 line
4 x = -.01
5 y = .01
6 write(line,'(2f10.2)') x, y
7 if (line.ne.' -0.01 0.01') call abort
8 end