Commit d057fdc8 by Jakub Jelinek Committed by Jakub Jelinek

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

From-SVN: r255085
parent 6c19e703
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.
......
......@@ -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 } } } } }
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