From 4a8459a112a7d201f8ae012763117215b52a53bc Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 6 Jan 2009 21:42:50 +0100 Subject: [PATCH] pr23095.f: Require ilp32 in target selection instead of passing -m32. * gfortran.dg/pr23095.f: Require ilp32 in target selection instead of passing -m32. From-SVN: r143133 --- gcc/testsuite/ChangeLog | 3 +++ gcc/testsuite/gfortran.dg/pr23095.f | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5d7c49dd6ea..a46beb3f067 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2009-01-06 Jakub Jelinek + * gfortran.dg/pr23095.f: Require ilp32 in target selection instead of + passing -m32. + PR rtl-optimization/38722 * gfortran.dg/pr38722.f90: New test. diff --git a/gcc/testsuite/gfortran.dg/pr23095.f b/gcc/testsuite/gfortran.dg/pr23095.f index 44c3901a035..06b78b34847 100644 --- a/gcc/testsuite/gfortran.dg/pr23095.f +++ b/gcc/testsuite/gfortran.dg/pr23095.f @@ -1,5 +1,5 @@ - ! { 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. -- 2.30.2