From: Dave Love Date: Fri, 24 Apr 1998 07:53:34 +0000 (+0000) Subject: New test. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=489e08401ccdf3cb25a37d0c79b39762f64f085b;p=gcc.git New test. From-SVN: r19398 --- 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 index 00000000000..5df45bb79a9 --- /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