From: Dimitar Dimitrov Date: Tue, 21 Jan 2025 19:38:12 +0000 (+0200) Subject: testsuite: Require int32plus for test case pr117546.c X-Git-Tag: basepoints/gcc-16~2441 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16d778239397b2f70a1e0680c0b82ae6ee98fe9e;p=thirdparty%2Fgcc.git testsuite: Require int32plus for test case pr117546.c Test case is valid even if size of int is more than 32 bits. gcc/testsuite/ChangeLog: * gcc.dg/torture/pr117546.c: Require effective target int32plus. Signed-off-by: Dimitar Dimitrov --- diff --git a/gcc/testsuite/gcc.dg/torture/pr117546.c b/gcc/testsuite/gcc.dg/torture/pr117546.c index b60f877a906..a837d056451 100644 --- a/gcc/testsuite/gcc.dg/torture/pr117546.c +++ b/gcc/testsuite/gcc.dg/torture/pr117546.c @@ -1,4 +1,4 @@ -/* { dg-do run { target int32 } } */ +/* { dg-do run { target int32plus } } */ typedef struct { int a;