https://gcc.gnu.org/g:cb9744aa0449b342236b7d584e2f3cdab72ab09b

commit r16-5925-gcb9744aa0449b342236b7d584e2f3cdab72ab09b
Author: Andrew Pinski <[email protected]>
Date:   Fri Dec 5 13:30:49 2025 -0800

    testsuite: Fix pr99782-1.c for targets that don't support int128
    
    When I wrote this testcase I forgot to check if the target
    supports __int128. This adds the simple check.
    
    Pushed as obvious after testing the testcase.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/torture/pr99782-1.c: Require intt128 target.
    
    Signed-off-by: Andrew Pinski <[email protected]>

Diff:
---
 gcc/testsuite/gcc.dg/torture/pr99782-1.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.dg/torture/pr99782-1.c 
b/gcc/testsuite/gcc.dg/torture/pr99782-1.c
index 76aab18f3618..bee439ce5046 100644
--- a/gcc/testsuite/gcc.dg/torture/pr99782-1.c
+++ b/gcc/testsuite/gcc.dg/torture/pr99782-1.c
@@ -1,4 +1,5 @@
 /* { dg-compile } */
+/* { dg-require-effective-target int128 } */
 /* { dg-additional-options "-mapxf" { target { { i?86-*-* x86_64-*-* } && { ! 
ia32 } } } } */
 /* PR middle-end/99782 */

Reply via email to