Hi, I checked in this patch.
H.J. --- commit ec77028f71a04a8e48f1d64497acf821d368daf0 Author: H.J. Lu <hjl.to...@gmail.com> Date: Mon May 30 17:19:09 2011 -0700 Require ia32 instead of ilp32. diff --git a/gcc/testsuite/ChangeLog.x32 b/gcc/testsuite/ChangeLog.x32 index f82e95c..43af9dd 100644 --- a/gcc/testsuite/ChangeLog.x32 +++ b/gcc/testsuite/ChangeLog.x32 @@ -1,3 +1,7 @@ +2011-05-30 H.J. Lu <hongjiu...@intel.com> + + * gcc.target/i386/pr49095.c: Require ia32 instead of ilp32. + 2011-05-27 H.J. Lu <hongjiu...@intel.com> * objc.dg/torture/forward-1.m: Require ia32 instead of ilp32. diff --git a/gcc/testsuite/gcc.target/i386/pr49095.c b/gcc/testsuite/gcc.target/i386/pr49095.c index bc82020..b7d1fb2 100644 --- a/gcc/testsuite/gcc.target/i386/pr49095.c +++ b/gcc/testsuite/gcc.target/i386/pr49095.c @@ -1,7 +1,7 @@ /* PR rtl-optimization/49095 */ /* { dg-do compile } */ /* { dg-options "-Os" } */ -/* { dg-options "-Os -mregparm=2" { target ilp32 } } */ +/* { dg-options "-Os -mregparm=2" { target ia32 } } */ void foo (void *);