OSDN Git Service

ChangeLogs fixed, again.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / pr23095.f
index fe0d33d..06b78b3 100644 (file)
@@ -1,12 +1,12 @@
-      ! { dg-do compile { target i?86-*-* x86_64-*-* } }
-      ! { dg-options "-w -m32 -O2 -ffloat-store -fgcse-after-reload" }
+      ! { dg-do compile { target { { i?86-*-* x86_64-*-* } && ilp32 } } }
+      ! { dg-options "-w -O2 -ffloat-store -fgcse-after-reload" }
       !
       ! GCSE after reload made a stack register live across an abnormal
       ! edges for one of the computed jumps.  This bombed in reg-stack.
       function foo(n) 
-      real*8 foo 
+      real(kind=8) foo 
       integer ix, n, next 
-      real*8 xmax, absx 
+      real(kind=8) xmax, absx 
       foo  = 0.0d0 
       assign 20 to next 
       do ix = 1,n