mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-24 04:00:27 +08:00
testsuite: Require lp64 target rather x86_64-*-* in pr93027.c. [PR93027]
I've noticed this test failed on x86_64-linux with -m32 or -mx32 testing, the triplet doesn't really say which actual multilib it is, and the test really works with lp64. 2020-01-23 Jakub Jelinek <jakub@redhat.com> PR inline-asm/93027 * gcc.target/i386/pr93027.c: Require lp64 target rather x86_64-*-*.
This commit is contained in:
parent
18193e8f00
commit
3a26c7b3a3
@ -1,5 +1,8 @@
|
||||
2020-01-23 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR inline-asm/93027
|
||||
* gcc.target/i386/pr93027.c: Require lp64 target rather x86_64-*-*.
|
||||
|
||||
PR rtl-optimization/93402
|
||||
* gcc.c-torture/execute/pr93402.c: New test.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* PR inline-asm/93027 */
|
||||
/* { dg-do compile { target x86_64-*-* } } */
|
||||
/* { dg-do compile { target lp64 } } */
|
||||
/* { dg-options "-O0" } */
|
||||
|
||||
int main (void) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user