public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6374] testsuite/108942 - use sizetype in GIMPLE FE testcase
@ 2023-02-28 10:37 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2023-02-28 10:37 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:41c02eeb309b3be58683be8f9961f3894b6fb4c7

commit r13-6374-g41c02eeb309b3be58683be8f9961f3894b6fb4c7
Author: Richard Biener <rguenther@suse.de>
Date:   Tue Feb 28 11:36:01 2023 +0100

    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:
---
 gcc/testsuite/gcc.dg/torture/ssa-fre-7.c | 4 ++--
 1 file 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 c9259b4ddaa..daf770a45c9 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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-28 10:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-28 10:37 [gcc r13-6374] testsuite/108942 - use sizetype in GIMPLE FE testcase Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).