Merge to HEAD at tree-cleanup-merge-20041024 .
[official-gcc.git] / gcc / testsuite / g77.f-torture / noncompile / check0.f
blobfc3c6ca730e2b531e2dfa26f511123d40a25ea4d
1 CCC Abort fixed by:
2 CCC1998-04-21 Jim Wilson <wilson@cygnus.com>
3 CCC
4 CCC * stmt.c (check_seenlabel): When search for line number note for
5 CCC warning, handle case where there is no such note.
6 logical l(10)
7 integer i(10)
8 goto (10,20),l
9 goto (10,20),i
10 10 stop
11 20 end