From: Georg-Johann Lay Date: Tue, 19 Nov 2024 18:32:24 +0000 (+0100) Subject: testsuite/52641 - Skip test cases that are not 16-bit clean. X-Git-Tag: basepoints/gcc-16~4082 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=780720f04b0b83261d6073b92f3b02e8fbef41b9;p=thirdparty%2Fgcc.git testsuite/52641 - Skip test cases that are not 16-bit clean. gcc/testsuite/ PR testsuite/52641 PR testsuite/116488 PR testsuite/116915 * gcc.dg/torture/pr116488.c: Require int32plus. * gcc.dg/torture/pr116915.c: Require int32plus. --- diff --git a/gcc/testsuite/gcc.dg/torture/pr116488.c b/gcc/testsuite/gcc.dg/torture/pr116488.c index 90457bb93158..b2af84fef430 100644 --- a/gcc/testsuite/gcc.dg/torture/pr116488.c +++ b/gcc/testsuite/gcc.dg/torture/pr116488.c @@ -1,5 +1,7 @@ /* { dg-do run } */ /* { dg-additional-options "-fno-forward-propagate" } */ +/* { dg-require-effective-target int32plus } */ + int a, b; signed char c, e; unsigned char d; diff --git a/gcc/testsuite/gcc.dg/torture/pr116915.c b/gcc/testsuite/gcc.dg/torture/pr116915.c index 9368113b364a..f0ee4c0b7e4f 100644 --- a/gcc/testsuite/gcc.dg/torture/pr116915.c +++ b/gcc/testsuite/gcc.dg/torture/pr116915.c @@ -1,4 +1,5 @@ /* { dg-do run } */ +/* { dg-require-effective-target int32plus } */ long a, b, *c = &b; short d, e;