8sa1-gcc/gcc/testsuite/g77.f-torture/execute/980520-1.f
Dave Love 7b6a7d3b5f More commentary.
From-SVN: r19971
1998-05-23 09:51:54 +00:00

7 lines
268 B
Fortran

c Produced a link error through not eliminating the unused statement
c function after 1998-05-15 change to gcc/toplev.c. It's in
c `execute' since it needs to link.
c Fixed by 1998-05-23 change to f/com.c.
values(i,j) = val((i-1)*n+j)
end