aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g77.f-torture/compile/980424-0.f
blob: 5df45bb79a9ad78b017d9a6306bbe2a1ff284a5e (plain)
1
2
3
4
5
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