https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96950
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by David Malcolm <dmalc...@gcc.gnu.org>: https://gcc.gnu.org/g:af656c401e97f9de2a8478f18278e8efb2a6cf23 commit r11-3051-gaf656c401e97f9de2a8478f18278e8efb2a6cf23 Author: David Malcolm <dmalc...@redhat.com> Date: Mon Sep 7 17:43:02 2020 -0400 analyzer: fix ICE on RANGE_EXPR with CONSTRUCTOR value [PR96950] gcc/analyzer/ChangeLog: PR analyzer/96950 * store.cc (binding_map::apply_ctor_to_region): Handle RANGE_EXPR where min_index == max_index. (binding_map::apply_ctor_val_to_range): Replace assertion that we don't have a CONSTRUCTOR value with error-handling.