projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b81275
)
New test.
author
Dave Love
<fx@gcc.gnu.org>
Fri, 24 Apr 1998 07:53:34 +0000
(07:53 +0000)
committer
Dave Love
<fx@gcc.gnu.org>
Fri, 24 Apr 1998 07:53:34 +0000
(07:53 +0000)
From-SVN: r19398
gcc/testsuite/g77.f-torture/compile/980424-0.f
[new file with mode: 0644]
patch
|
blob
diff --git a/gcc/testsuite/g77.f-torture/compile/980424-0.f
b/gcc/testsuite/g77.f-torture/compile/980424-0.f
new file mode 100644
(file)
index 0000000..
5df45bb
--- /dev/null
+++ b/
gcc/testsuite/g77.f-torture/compile/980424-0.f
@@ -0,0
+1,6
@@
+C crashes in subst_stack_regs_pat on x86-linux, in the "abort();"
+C within the switch statement.
+ SUBROUTINE C(A)
+ COMPLEX A
+ WRITE(*,*) A.NE.CMPLX(0.0D0)
+ END