aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2023-02-28 11:36:01 +0100
committerRichard Biener <rguenther@suse.de>2023-02-28 11:36:58 +0100
commit41c02eeb309b3be58683be8f9961f3894b6fb4c7 (patch)
treec8a24ee951c7580f797f8961eb459c396b157251
parent8e342c04550466ab088c33746091ce7f3498ee44 (diff)
downloadgcc-41c02eeb309b3be58683be8f9961f3894b6fb4c7.zip
gcc-41c02eeb309b3be58683be8f9961f3894b6fb4c7.tar.gz
gcc-41c02eeb309b3be58683be8f9961f3894b6fb4c7.tar.bz2
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__.
-rw-r--r--gcc/testsuite/gcc.dg/torture/ssa-fre-7.c4
1 files changed, 2 insertions, 2 deletions
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;