aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/g77/980424-0.f
blob: dd6e7a858c5d5731ee309f7d1275ddc1f4899dec (plain)
1
2
3
4
5
6
7
c { dg-do compile }
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