Commit 478c6ec6 by Mike Stump Committed by Mike Stump

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
parent 41c067e3
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> 2015-11-20 David Malcolm <dmalcolm@redhat.com>
PR 62314 PR 62314
......
...@@ -42,4 +42,4 @@ int main(int, char**) ...@@ -42,4 +42,4 @@ int main(int, char**)
// Verify that the SubB() mem-initializer is storing 0 directly into // 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 // this->D.whatever rather than into a stack temp that is then copied into the
// base field. // 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-*-* } } } }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment