2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gfortran.dg / g77 / 980424-0.f
blobdd6e7a858c5d5731ee309f7d1275ddc1f4899dec
1 c { dg-do compile }
2 C crashes in subst_stack_regs_pat on x86-linux, in the "abort();"
3 C within the switch statement.
4 SUBROUTINE C(A)
5 COMPLEX A
6 WRITE(*,*) A.NE.CMPLX(0.0D0)
7 END