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.
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