From: Andrew Pinski Date: Sat, 7 Sep 2024 23:20:03 +0000 (-0700) Subject: Fix pr116588.c for -m32 X-Git-Tag: basepoints/gcc-16~6020 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35c2bcb2389d345a0b9eaa6c8c6a400a6442a037;p=thirdparty%2Fgcc.git Fix pr116588.c for -m32 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 --- diff --git a/gcc/testsuite/gcc.dg/pr116588.c b/gcc/testsuite/gcc.dg/pr116588.c index 677964dd1d6..6b0678d465e 100644 --- a/gcc/testsuite/gcc.dg/pr116588.c +++ b/gcc/testsuite/gcc.dg/pr116588.c @@ -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;