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