2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g77.f-torture / compile / 980424-0.f
blob5df45bb79a9ad78b017d9a6306bbe2a1ff284a5e
1 C crashes in subst_stack_regs_pat on x86-linux, in the "abort();"
2 C within the switch statement.
3 SUBROUTINE C(A)
4 COMPLEX A
5 WRITE(*,*) A.NE.CMPLX(0.0D0)
6 END