re PR rtl-optimization/49414 (gcc.dg/pr44194-1.c fails)
authorEaswaran Raman <eraman@google.com>
Wed, 15 Jun 2011 17:20:20 +0000 (17:20 +0000)
committerEaswaran Raman <eraman@gcc.gnu.org>
Wed, 15 Jun 2011 17:20:20 +0000 (17:20 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr44194-1.c

index 265f95daf716e23e6c9cfdb409806440ec7f1068..6fcd1dc20152dded0c48fd240d7eb70a7fad191e 100644 (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.
index a03aa5a3508a73a94309acc35903d376f9da8e33..4804d83c20346f770d4f56b6a0b6c2644636a8b6 100644 (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();