diff options
| -rw-r--r-- | gcc/testsuite/ChangeLog | 3 | ||||
| -rw-r--r-- | 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 <jakub@redhat.com> + * 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. |

