diff options
author | Dave Love <fx@gcc.gnu.org> | 1998-05-23 09:51:54 +0000 |
---|---|---|
committer | Dave Love <fx@gcc.gnu.org> | 1998-05-23 09:51:54 +0000 |
commit | 7b6a7d3b5fa58b19cd0cf8d5321922ccc31de386 (patch) | |
tree | e8612b4d7ae97528507ff006ec55704374e9254b | |
parent | 6829256fb438f4dccfdad5b4392e1f9ce94f1464 (diff) | |
download | gcc-7b6a7d3b5fa58b19cd0cf8d5321922ccc31de386.zip gcc-7b6a7d3b5fa58b19cd0cf8d5321922ccc31de386.tar.gz gcc-7b6a7d3b5fa58b19cd0cf8d5321922ccc31de386.tar.bz2 |
More commentary.
From-SVN: r19971
-rw-r--r-- | gcc/testsuite/g77.f-torture/execute/980520-1.f | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/testsuite/g77.f-torture/execute/980520-1.f b/gcc/testsuite/g77.f-torture/execute/980520-1.f index d57791a..6d05c67 100644 --- a/gcc/testsuite/g77.f-torture/execute/980520-1.f +++ b/gcc/testsuite/g77.f-torture/execute/980520-1.f @@ -1,4 +1,6 @@ c Produced a link error through not eliminating the unused statement -c function. It's in `execute' since it needs to link. +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 |