https://gcc.gnu.org/g:2d34fa5ec1fba0c58a3c1568e0f87fdc34e46209
commit r16-5926-g2d34fa5ec1fba0c58a3c1568e0f87fdc34e46209 Author: Jakub Jelinek <[email protected]> Date: Sat Dec 6 01:08:56 2025 +0100 testsuite: Small tweaks for pr99782-1.c test [PR99782] 2025-12-06 Jakub Jelinek <[email protected]> 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. Diff: --- gcc/testsuite/gcc.dg/torture/pr99782-1.c | 5 ++--- 1 file 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 bee439ce5046..45fb93e801f8 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;
