]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g77.f-torture/noncompile/check0.f
re PR c++/17413 (local classes as template argument)
[thirdparty/gcc.git] / gcc / testsuite / g77.f-torture / noncompile / check0.f
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