On Wed, 2022-06-01 at 11:04 +0200, Aldy Hernandez via Gcc-patches wrote: > Final patch committed. > > All users but one of Value_Range::set_type() have been removed in > favor of using a constructor taking a type. We still need to delay > initialization for one use in gimple_infer_range, as it has an array > of temporaries for which the type is not known until later. > > Re-tested on x86-64 Linux.
Bootstrap on loongarch64-linux-gnu is broken since r13-911. I've created https://gcc.gnu.org/PR106096 and put all information I've gathered so far in the PR.