aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2025-12-06 01:08:56 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2025-12-06 01:09:24 +0100
commit2d34fa5ec1fba0c58a3c1568e0f87fdc34e46209 (patch)
treea35bf2a0cdde51b95fb3c1d31c445ad15d8607ff
parentcb9744aa0449b342236b7d584e2f3cdab72ab09b (diff)
downloadgcc-2d34fa5ec1fba0c58a3c1568e0f87fdc34e46209.zip
gcc-2d34fa5ec1fba0c58a3c1568e0f87fdc34e46209.tar.gz
gcc-2d34fa5ec1fba0c58a3c1568e0f87fdc34e46209.tar.bz2
testsuite: Small tweaks for pr99782-1.c test [PR99782]
2025-12-06 Jakub Jelinek <jakub@redhat.com> PR middle-end/99782 * gcc.dg/torture/pr99782-1.c: Fix typo, dg-compile -> dg-do compile. Use int128 effective target directly on that directive. Move PR comment first.
-rw-r--r--gcc/testsuite/gcc.dg/torture/pr99782-1.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/testsuite/gcc.dg/torture/pr99782-1.c b/gcc/testsuite/gcc.dg/torture/pr99782-1.c
index bee439c..45fb93e 100644
--- a/gcc/testsuite/gcc.dg/torture/pr99782-1.c
+++ b/gcc/testsuite/gcc.dg/torture/pr99782-1.c
@@ -1,7 +1,6 @@
-/* { dg-compile } */
-/* { dg-require-effective-target int128 } */
-/* { dg-additional-options "-mapxf" { target { { i?86-*-* x86_64-*-* } && { ! ia32 } } } } */
/* PR middle-end/99782 */
+/* { dg-do compile { target int128 } } */
+/* { dg-additional-options "-mapxf" { target { { i?86-*-* x86_64-*-* } && { ! ia32 } } } } */
int hb;