]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Fix up ipa/pr119318.c test [PR119318]
authorJakub Jelinek <jakub@redhat.com>
Tue, 15 Apr 2025 10:26:11 +0000 (12:26 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 15 Apr 2025 10:26:11 +0000 (12:26 +0200)
dg-additional-options followed by dg-options is ignored.  I've added the
-w from there to dg-options and removed dg-additional-options.

2025-04-15  Jakub Jelinek  <jakub@redhat.com>

PR ipa/119318
* gcc.dg/ipa/pr119318.c: Remove dg-additional-options, add -w to
dg-options.

gcc/testsuite/gcc.dg/ipa/pr119318.c

index 8e62ec5e3503fdf4e4d7d0cb4c06ee51c24a276a..f179aed503975572cfb2177856f8dfd4661de77d 100644 (file)
@@ -1,7 +1,6 @@
 /* { dg-do run } */
 /* { dg-require-effective-target int128 } */
-/* { dg-additional-options "-Wno-psabi -w" } */
-/* { dg-options "-Wno-psabi -O2" } */
+/* { dg-options "-Wno-psabi -w -O2" } */
 
 typedef unsigned V __attribute__((vector_size (64)));
 typedef unsigned __int128 W __attribute__((vector_size (64)));