From: Easwaran Raman Date: Wed, 15 Jun 2011 17:20:20 +0000 (+0000) Subject: re PR rtl-optimization/49414 (gcc.dg/pr44194-1.c fails) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=30408162b47f27f8ea78a932d00fc92bb0987a9e;p=gcc.git re PR rtl-optimization/49414 (gcc.dg/pr44194-1.c fails) 2011-06-15 Easwaran Raman PR rtl-optimization/49414 * gcc.dg/pr44194-1.c: Restrict test to 64-bit targets. From-SVN: r175082 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 265f95daf71..6fcd1dc2015 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-06-15 Easwaran Raman + + PR rtl-optimization/49414 + * gcc.dg/pr44194-1.c: Restrict test to 64-bit targets. + 2011-06-14 Jason Merrill * g++.dg/cpp0x/noexcept13.C: New. diff --git a/gcc/testsuite/gcc.dg/pr44194-1.c b/gcc/testsuite/gcc.dg/pr44194-1.c index a03aa5a3508..4804d83c203 100644 --- a/gcc/testsuite/gcc.dg/pr44194-1.c +++ b/gcc/testsuite/gcc.dg/pr44194-1.c @@ -1,5 +1,9 @@ /* { dg-do compile } */ /* { dg-options "-O2 -fdump-rtl-dse1" } */ +/* { dg-require-effective-target lp64 } */ +/* Restricting to 64-bit targets since 32-bit targets return + structures in memory. */ + #include struct ints { int a, b, c; } foo();