aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2020-01-23 22:50:40 +0100
committerJakub Jelinek <jakub@redhat.com>2020-01-23 22:50:40 +0100
commit3a26c7b3a3569a5e1b6f0342e50aefe76ad0ec4d (patch)
tree7fe4203fb12f07c1b5e3bb9139c7263446428f2c
parent18193e8f005320db5ce47067f076680bef7d7532 (diff)
downloadgcc-3a26c7b3a3569a5e1b6f0342e50aefe76ad0ec4d.zip
gcc-3a26c7b3a3569a5e1b6f0342e50aefe76ad0ec4d.tar.gz
gcc-3a26c7b3a3569a5e1b6f0342e50aefe76ad0ec4d.tar.bz2
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-*-*.
-rw-r--r--gcc/testsuite/ChangeLog3
-rw-r--r--gcc/testsuite/gcc.target/i386/pr93027.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 05b239f..85e2fbb 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
diff --git a/gcc/testsuite/gcc.target/i386/pr93027.c b/gcc/testsuite/gcc.target/i386/pr93027.c
index 7c1b41f..378f844 100644
--- a/gcc/testsuite/gcc.target/i386/pr93027.c
+++ b/gcc/testsuite/gcc.target/i386/pr93027.c
@@ -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) {