Commit 30408162 by Easwaran Raman Committed by Easwaran Raman

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
parent 2098e438
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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment