Re: [PATCH] [testsuite] [riscv] uninit-pred-9_b bogus warning

2022-12-02 Thread Kito Cheng via Gcc-patches
OK, thanks :) On Fri, Dec 2, 2022 at 5:21 PM Alexandre Oliva via Gcc-patches wrote: > > > Like other platforms, riscv hits the uninitialized warning because the > optimizations don't eliminate the nonviable path that would enable it > to be omitted. > > Regstraped on x86_64-linux-gnu, also tested

[PATCH] [testsuite] [riscv] uninit-pred-9_b bogus warning

2022-12-02 Thread Alexandre Oliva via Gcc-patches
Like other platforms, riscv hits the uninitialized warning because the optimizations don't eliminate the nonviable path that would enable it to be omitted. Regstraped on x86_64-linux-gnu, also tested with crosses to riscv64-elf and arm-eabi. Ok to install? for gcc/testsuite/ChangeLog