From: Mike Stump Date: Fri, 20 Nov 2015 22:12:28 +0000 (+0000) Subject: vbase1.C: Only run on x86_64-*-* as this testcase isn't portable. X-Git-Tag: upstream/12.2.0~50625 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=478c6ec6323711142863f8ac4e6c553433dad378;p=platform%2Fupstream%2Fgcc.git vbase1.C: Only run on x86_64-*-* as this testcase isn't portable. * g++.dg/init/vbase1.C: Only run on x86_64-*-* as this testcase isn't portable. From-SVN: r230683 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 84659a55..982f320 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2015-11-20 Mike Stump + + * g++.dg/init/vbase1.C: Only run on x86_64-*-* as this testcase + isn't portable. + 2015-11-20 David Malcolm PR 62314 diff --git a/gcc/testsuite/g++.dg/init/vbase1.C b/gcc/testsuite/g++.dg/init/vbase1.C index 0d53d61..d1c0964 100644 --- a/gcc/testsuite/g++.dg/init/vbase1.C +++ b/gcc/testsuite/g++.dg/init/vbase1.C @@ -42,4 +42,4 @@ int main(int, char**) // Verify that the SubB() mem-initializer is storing 0 directly into // this->D.whatever rather than into a stack temp that is then copied into the // base field. -// { dg-final { scan-rtl-dump "set \[^\n\]*\n\[^\n\]*this\[^\n\]*\n\[^\n\]*const_int 0" "expand" { xfail { powerpc*-*-* } } } } +// { dg-final { scan-rtl-dump "set \[^\n\]*\n\[^\n\]*this\[^\n\]*\n\[^\n\]*const_int 0" "expand" { target { x86_64-*-* } } } }