]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g77.dg/f77-edit-slash-out.f
re PR rtl-optimization/9258 (ICE in compensate_edge, at reg-stack.c:2589)
[gcc.git] / gcc / testsuite / g77.dg / f77-edit-slash-out.f
1 C Test Fortran 77 colon slash descriptor
2 C (ANSI X3.9-1978 Section 13.5.4)
3 C
4 C Origin: David Billinghurst <David.Billinghurst@riotinto.com>
5 C
6 C { dg-do run }
7 C { dg-output "^123(\n|\r\n|\r)45(\n|\r\n|\r)\$" }
8 write(*,'(3(I1)/2(I1))') (I,I=1,5)
9 end
This page took 0.034443 seconds and 5 git commands to generate.