https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105314
--- Comment #11 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Maciej W. Rozycki <ma...@gcc.gnu.org>: https://gcc.gnu.org/g:3e3b9b708d390074f7825401b808e0ed41552c1d commit r14-8459-g3e3b9b708d390074f7825401b808e0ed41552c1d Author: Maciej W. Rozycki <ma...@embecosm.com> Date: Fri Jan 26 21:47:40 2024 +0000 RISC-V/testsuite: Also verify if-conversion runs for pr105314.c Verify that if-conversion succeeded through noce_try_store_flag_mask, as per PR rtl-optimization/105314, tightening the test case and making it explicit. gcc/testsuite/ * gcc.target/riscv/pr105314.c: Scan the RTL "ce1" pass too.