vbase1.C: Also run on i?86-*-*.

* g++.dg/init/vbase1.C: Also run on i?86-*-*.

From-SVN: r230704
This commit is contained in:
Uros Bizjak 2015-11-21 13:20:56 +01:00 committed by Uros Bizjak
parent 3856d50d57
commit d6fe6b8ad6
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2015-11-21 Uros Bizjak <ubizjak@gmail.com>
* g++.dg/init/vbase1.C: Also run on i?86-*-*.
2015-11-21 Jakub Jelinek <jakub@redhat.com>
PR debug/66432

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" { target { x86_64-*-* } } } }
// { dg-final { scan-rtl-dump "set \[^\n\]*\n\[^\n\]*this\[^\n\]*\n\[^\n\]*const_int 0" "expand" { target { i?86-*-* x86_64-*-* } } } }