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:
parent
41c067e3f0
commit
478c6ec632
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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-*-* } } } }
|
||||
|
|
Loading…
Add table
Reference in a new issue