]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix pr116588.c for -m32
authorAndrew Pinski <quic_apinski@quicinc.com>
Sat, 7 Sep 2024 23:20:03 +0000 (16:20 -0700)
committerAndrew Pinski <quic_apinski@quicinc.com>
Sat, 7 Sep 2024 23:22:52 +0000 (16:22 -0700)
This is a simple fix which adds the target supports requirement of int128
to the testcase too.

Pushed as obvious after testing to make sure the testcase is UNSUPPORTED now
with -m32 but working with -m64 on x86_64-linux-gnu.

gcc/testsuite/ChangeLog:

* gcc.dg/pr116588.c: Require int128.

Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
gcc/testsuite/gcc.dg/pr116588.c

index 677964dd1d640620549747685ea68e8522441893..6b0678d465ed09b4042cbce5f14af177f67d36df 100644 (file)
@@ -1,5 +1,6 @@
 /* PR tree-optimization/116588 */
 /* { dg-do run { target bitint575 } } */
+/* { dg-require-effective-target int128 } */
 /* { dg-options "-O2 -fno-vect-cost-model -fno-tree-dominator-opts -fno-tree-fre --param=vrp-block-limit=0  -DDEBUG -fdump-tree-vrp2-details" } */
 
 int a;