https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103093
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Andrew Macleod <amacl...@gcc.gnu.org>: https://gcc.gnu.org/g:1f6dd5de33912c261a5003150212c290165ac1b6 commit r12-4948-g1f6dd5de33912c261a5003150212c290165ac1b6 Author: Andrew MacLeod <amacl...@redhat.com> Date: Fri Nov 5 11:25:09 2021 -0400 Remove def chain import assert from GORI. When the IL has changed, any new ssa-names import calculations may not jive with existing ssa-names, so just remove the assert. gcc/ PR tree-optimization/103093 * gimple-range-gori.cc (range_def_chain::get_imports): Remove assert. gcc/testsuite/ * gcc.dg/pr103093.c: New.