Re: [PATCH v3 7/7] ssa-fre-4.c: Skip for all targets

2024-11-20 Thread H.J. Lu
On Wed, Nov 20, 2024 at 10:27 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, ssa-fre-4.c will > > fail for all targets. Skip it for all targets. > > Maybe instead do > > /* { dg-final { scan-tree-dump-not

Re: [PATCH v3 7/7] ssa-fre-4.c: Skip for all targets

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, ssa-fre-4.c will > fail for all targets. Skip it for all targets. Maybe instead do /* { dg-final { scan-tree-dump-not " = \\\(\[^)\]*\\\)" "fre1" } } */ thus verify there are no casts in t