testsuite/108942 - use sizetype in GIMPLE FE testcase
authorRichard Biener <rguenther@suse.de>
Tue, 28 Feb 2023 10:36:01 +0000 (11:36 +0100)
committerRichard Biener <rguenther@suse.de>
Tue, 28 Feb 2023 10:36:58 +0000 (11:36 +0100)
The following properly uses __SIZETYPE__ for pointer offsets.

PR testsuite/108942
* gcc.dg/torture/ssa-fre-7.c: Use __SIZETYPE__.

gcc/testsuite/gcc.dg/torture/ssa-fre-7.c

index c9259b4..daf770a 100644 (file)
@@ -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;