projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5566605
)
Removed since doesn't compile.
author
Dave Love
<fx@gcc.gnu.org>
Wed, 29 Apr 1998 02:10:22 +0000
(
02:10
+0000)
committer
Dave Love
<fx@gcc.gnu.org>
Wed, 29 Apr 1998 02:10:22 +0000
(
02:10
+0000)
From-SVN: r19489
gcc/testsuite/g77.f-torture/compile/980419-1.f
[deleted file]
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g77.f-torture/compile/980419-1.f
b/gcc/testsuite/g77.f-torture/compile/980419-1.f
deleted file mode 100644
(file)
index
fc3c6ca
..0000000
--- a/
gcc/testsuite/g77.f-torture/compile/980419-1.f
+++ /dev/null
@@
-1,11
+0,0 @@
-CCC Abort fixed by:
-CCC1998-04-21 Jim Wilson <wilson@cygnus.com>
-CCC
-CCC * stmt.c (check_seenlabel): When search for line number note for
-CCC warning, handle case where there is no such note.
- logical l(10)
- integer i(10)
- goto (10,20),l
- goto (10,20),i
- 10 stop
- 20 end