* g++.dg/abi/pr68355.C: Don't expect tail call on ia32.
From-SVN: r255085
This commit is contained in:
parent
6c19e703de
commit
d057fdc8e9
@ -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.
|
||||
|
||||
|
@ -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 } } } } }
|
||||
|
Loading…
Reference in New Issue
Block a user