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
This commit is contained in:
Mike Stump 2015-11-20 22:12:28 +00:00 committed by Mike Stump
parent 41c067e3f0
commit 478c6ec632
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-11-20 Mike Stump <mikestump@comcast.net>
* g++.dg/init/vbase1.C: Only run on x86_64-*-* as this testcase
isn't portable.
2015-11-20 David Malcolm <dmalcolm@redhat.com>
PR 62314

View File

@ -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-*-* } } } }