From: Richard Biener Date: Tue, 28 Feb 2023 10:36:01 +0000 (+0100) Subject: testsuite/108942 - use sizetype in GIMPLE FE testcase X-Git-Tag: upstream/13.1.0~870 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=41c02eeb309b3be58683be8f9961f3894b6fb4c7;p=platform%2Fupstream%2Fgcc.git testsuite/108942 - use sizetype in GIMPLE FE testcase The following properly uses __SIZETYPE__ for pointer offsets. PR testsuite/108942 * gcc.dg/torture/ssa-fre-7.c: Use __SIZETYPE__. --- diff --git a/gcc/testsuite/gcc.dg/torture/ssa-fre-7.c b/gcc/testsuite/gcc.dg/torture/ssa-fre-7.c index c9259b4..daf770a 100644 --- a/gcc/testsuite/gcc.dg/torture/ssa-fre-7.c +++ b/gcc/testsuite/gcc.dg/torture/ssa-fre-7.c @@ -11,8 +11,8 @@ foo (int c) int * p; int i; int x[4]; - long unsigned int _1; - long unsigned int _2; + __SIZETYPE__ _1; + __SIZETYPE__ _2; int _7; v4si _6;