OSDN Git Service

* lib/gcc-dg.exp (cleanup-modules): New proc.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / g77 / 980424-0.f
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