Re: [PATCH] gcc.target/i386/pr115749.c: Use word_mode integer

2024-10-12 Thread Uros Bizjak
On Sat, Oct 12, 2024 at 12:23 AM H.J. Lu wrote: > > Use word_mode integer with func so that 64-bit integer is used with > x32. > > * gcc.target/i386/pr115749.c (uword): New. > (func): Replace unsigned long with uword. OK. Thanks, Uros.

[PATCH] gcc.target/i386/pr115749.c: Use word_mode integer

2024-10-11 Thread H.J. Lu
2:52 +0800 Subject: [PATCH] gcc.target/i386/pr115749.c: Use word_mode integer Use word_mode integer with func so that 64-bit integer is used with x32. * gcc.target/i386/pr115749.c (uword): New. (func): Replace unsigned long with uword. Signed-off-by: H.J. Lu --- gcc/testsuite/gcc.target/i386/pr11