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
+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.
/* { 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();