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