Commit 4a672a26 by John David Anglin Committed by John David Anglin

re PR middle-end/52450 (FAIL: gcc.dg/torture/pr52402.c at -O1 and above)

	PR target/52450
	* gcc.dg/torture/pr52402.c: Skip execution on 32-bit hppa*-*-hpux*.

From-SVN: r185184
parent 6709ae79
2012-03-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/52450
* gcc.dg/torture/pr52402.c: Skip execution on 32-bit hppa*-*-hpux*.
* gcc.dg/torture/pr52407.c: Add -fno-common option on hppa*-*-hpux*.
2012-03-09 Andrew Pinski <apinski@cavium.com>
......
/* { dg-do run } */
/* { dg-options "-w -Wno-psabi" } */
/* { dg-require-effective-target int32plus } */
/* { dg-xfail-run-if "pr52450" { { hppa*-*-hpux* } && { ! lp64 } } } */
typedef int v4si __attribute__((vector_size(16)));
struct T { v4si i[2]; int j; } __attribute__((packed));
......
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