re PR middle-end/49373 (Many testcase failures)

PR middle-end/49373
	* g++.dg/torture/pr43879-1_1.C: Xfail for -O1 and above, except -flto.

From-SVN: r175317
This commit is contained in:
Hans-Peter Nilsson 2011-06-22 21:38:20 +00:00 committed by Hans-Peter Nilsson
parent 5167b7cfc6
commit 96427cb5a9
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2011-06-22 Hans-Peter Nilsson <hp@axis.com>
PR middle-end/49373
* g++.dg/torture/pr43879-1_1.C: Xfail for -O1 and above, except -flto.
2011-06-22 Jakub Jelinek <jakub@redhat.com>
PR debug/49496

View File

@ -1,6 +1,7 @@
/* { dg-do run } */
/* { dg-options "-fipa-pta" } */
/* { dg-additional-sources "pr43879-1_0.C" } */
/* { dg-xfail-run-if "PR49373" { *-*-* } { -O1 -O2 -O3 -Os } { -flto } } */
struct A {
int *i;