Commit: See in git+ssh://linaroci@gcc.gnu.org/git/gcc.git commit gcc-17-2261-g649b2a6d9f9f Author: Jeff Law Date: Wed Jul 8 12:30:56 2026 -0600 [PR rtl-optimization/126136] Fix dest = cond ? x : -1 when STORE_FLAG_VALUE is -1 So a while back I added support for selecting x/-1 into the ifcvt.cc by using scc and a couple ALU operations. That code explicitly rejects STORE_FLAG_VALUE if it is not 1 or -1. ... 20 lines of the commit log omitted. * tcwg_gcc_check ** master-arm *** 7 regressions *** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/649b2a6d9f9f1a29f7f26199b7b3ebbaeef3c634/tcwg_gcc_check/master-arm/details.txt *** http://54.172.246.49:9090/jobs/tcwg_gcc_check--master-arm-build/builds/10407/archive/artifacts/ * tcwg_gnu_cross_check_gcc ** master-arm *** 7 regressions *** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/649b2a6d9f9f1a29f7f26199b7b3ebbaeef3c634/tcwg_gnu_cross_check_gcc/master-arm/details.txt *** http://54.172.246.49:9090/jobs/tcwg_gnu_cross_check_gcc--master-arm-build/builds/10202/archive/artifacts/ Latest data: https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/649b2a6d9f9f1a29f7f26199b7b3ebbaeef3c634/jira/yaml