* g++.dg/abi/pr68355.C: Don't expect tail call on ia32.

From-SVN: r255085
This commit is contained in:
Jakub Jelinek 2017-11-22 23:36:29 +01:00 committed by Jakub Jelinek
parent 6c19e703de
commit d057fdc8e9
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2017-11-22 Jakub Jelinek <jakub@redhat.com>
* g++.dg/abi/pr68355.C: Don't expect tail call on ia32.
PR c++/82401
* g++.dg/cpp0x/pr82401.C: New test.

View File

@ -21,4 +21,4 @@ yyy (void)
xxx (y);
}
// { dg-final { scan-assembler "jmp\[\t \]+\[^\$\]*?_Z3xxx17integral_constantIbLb1EE" { target i?86-*-* x86_64-*-* } } }
// { dg-final { scan-assembler "jmp\[\t \]+\[^\$\]*?_Z3xxx17integral_constantIbLb1EE" { target { { i?86-*-* x86_64-*-* } && { ! ia32 } } } } }