diff mbox series

[committed] testsuite: Require lp64 target rather x86_64-*-* in pr93027.c. [PR93027]

Message ID 20200123215300.GK10088@tucnak
State New
Headers show
Series [committed] testsuite: Require lp64 target rather x86_64-*-* in pr93027.c. [PR93027] | expand

Commit Message

Jakub Jelinek Jan. 23, 2020, 9:53 p.m. UTC
Hi!

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.

Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux,
committed to trunk as obvious.

2020-01-23  Jakub Jelinek  <jakub@redhat.com>

	PR inline-asm/93027
	* gcc.target/i386/pr93027.c: Require lp64 target rather x86_64-*-*.



	Jakub
diff mbox series

Patch

--- gcc/testsuite/gcc.target/i386/pr93027.c.jj	2020-01-12 11:54:37.986389677 +0100
+++ gcc/testsuite/gcc.target/i386/pr93027.c	2020-01-23 19:55:42.264886784 +0100
@@ -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) {