]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[PR118017][LRA]: Fix test for i686
authorVladimir N. Makarov <vmakarov@redhat.com>
Fri, 10 Jan 2025 15:36:24 +0000 (10:36 -0500)
committerVladimir N. Makarov <vmakarov@redhat.com>
Fri, 10 Jan 2025 15:36:24 +0000 (10:36 -0500)
My previous patch for PR118017 contains a test which fails on i686.  The patch fixes this.

gcc/testsuite/ChangeLog:

PR target/118017
* gcc.target/i386/pr118017.c: Check target int128.

gcc/testsuite/gcc.target/i386/pr118017.c

index c82d71e8d293e8ed144c16a5b656cfa364e95015..28797a0ad73f82ea9940e322f1264310faeafab8 100644 (file)
@@ -1,5 +1,5 @@
 /* PR target/118017 */
-/* { dg-do compile } */
+/* { dg-do compile { target int128 } } */
 /* { dg-options "-Og -frounding-math -mno-80387 -mno-mmx -Wno-psabi" } */
 
 typedef __attribute__((__vector_size__ (64))) _Float128 F;