On Tue, Nov 08, 2022 at 10:19:50AM +0100, Pilar Latiesa via Gcc-patches wrote: > On Mon, Oct 17, 2022 at 05:32:32AM +0200, Martin Uecker wrote: > > Hm, that already seems to work with > > > > if (!std::isfinite(x)) > > __builtin_unreachable(); > > > > https://godbolt.org/z/hj3WrEhjb > > Not anymore. Perhaps after making ranger the VRP default, because I get the > mentioned outcome with --param=vrp1-mode=vrp
I've filed https://gcc.gnu.org/PR107569 for this. Jakub