From: jakub Date: Fri, 16 Dec 2011 20:16:23 +0000 (+0000) Subject: PR testsuite/50803 X-Git-Tag: upstream/4.9.2~15451 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb4b845175b06d60e0b21779e198099f20f13924;p=platform%2Fupstream%2Flinaro-gcc.git PR testsuite/50803 * gcc.dg/ipa/inline-5.c: XFAIL for 32-bit hppa. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182411 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 659f3cd..6413799 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 8da31ef..031ee41 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" } } */