re PR rtl-optimization/49414 (gcc.dg/pr44194-1.c fails)

2011-06-15  Easwaran Raman  <eraman@google.com>

	PR rtl-optimization/49414
	* gcc.dg/pr44194-1.c: Restrict test to 64-bit targets.

From-SVN: r175082
This commit is contained in:
Easwaran Raman 2011-06-15 17:20:20 +00:00 committed by Easwaran Raman
parent 2098e43871
commit 30408162b4
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2011-06-15 Easwaran Raman <eraman@google.com>
PR rtl-optimization/49414
* gcc.dg/pr44194-1.c: Restrict test to 64-bit targets.
2011-06-14 Jason Merrill <jason@redhat.com>
* g++.dg/cpp0x/noexcept13.C: New.

View File

@ -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 <stdint.h>
struct ints { int a, b, c; } foo();