Re: [PATCH v3 6/7] scev-cast.c: Adjusted

2024-11-20 Thread H.J. Lu
On Wed, Nov 20, 2024 at 10:24 PM Richard Biener wrote: > On Sun, Nov 10, 2024 at 1:56 PM H.J. Lu wrote: > > > > Since the C frontend no longer promotes char argument, adjust > scev-cast.c. > > I wonder whether the adjusted testcase would pass now already for > !PROMOTE_PROTOTYPE > targets and th

Re: [PATCH v3 6/7] scev-cast.c: Adjusted

2024-11-20 Thread Richard Biener
On Sun, Nov 10, 2024 at 1:56 PM H.J. Lu wrote: > > Since the C frontend no longer promotes char argument, adjust scev-cast.c. I wonder whether the adjusted testcase would pass now already for !PROMOTE_PROTOTYPE targets and thus whether the { target i?86-*-* x86_64-*-* } is still necessary after t

[PATCH v3 6/7] scev-cast.c: Adjusted

2024-11-10 Thread H.J. Lu
Since the C frontend no longer promotes char argument, adjust scev-cast.c. PR middle-end/14907 * gcc.dg/tree-ssa/scev-cast.c: Adjusted. Signed-off-by: H.J. Lu --- gcc/testsuite/gcc.dg/tree-ssa/scev-cast.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gc