From: Jakub Jelinek Date: Fri, 16 Dec 2011 20:16:23 +0000 (+0100) Subject: re PR testsuite/50803 (FAIL: gcc.dg/ipa/inline-5.c scan-ipa-dump-times inline "Will... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=20fb2c13c16829dc0246631d95281de92a65e35e;p=gcc.git re PR testsuite/50803 (FAIL: gcc.dg/ipa/inline-5.c scan-ipa-dump-times inline "Will be eliminated" 4) PR testsuite/50803 * gcc.dg/ipa/inline-5.c: XFAIL for 32-bit hppa. From-SVN: r182411 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 659f3cd83d2..6413799b636 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2011-12-16 Jakub Jelinek + PR testsuite/50803 + * gcc.dg/ipa/inline-5.c: XFAIL for 32-bit hppa. + PR tree-optimization/51575 * g++.dg/opt/pr51575.C: New test. diff --git a/gcc/testsuite/gcc.dg/ipa/inline-5.c b/gcc/testsuite/gcc.dg/ipa/inline-5.c index 8da31ef369b..031ee417ffe 100644 --- a/gcc/testsuite/gcc.dg/ipa/inline-5.c +++ b/gcc/testsuite/gcc.dg/ipa/inline-5.c @@ -31,6 +31,6 @@ accessreference (struct a *a) /* Will be eliminated by inlining */ } -/* { dg-final { scan-ipa-dump-times "Will be eliminated" 4 "inline" } } */ +/* { dg-final { scan-ipa-dump-times "Will be eliminated" 4 "inline" { xfail { { hppa*-*-* } && { ! hppa*64*-*-* } } } } } */ /* { dg-final { scan-ipa-dump-times "50. will be eliminated" 1 "inline" } } */ /* { dg-final { cleanup-ipa-dump "inline" } } */