https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117925
Patrick Palka <ppalka at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |ppalka at gcc dot gnu.org Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot gnu.org --- Comment #3 from Patrick Palka <ppalka at gcc dot gnu.org> --- Started with r14-4793. While seeing a templated tree (CAST_EXPR) here is definitely a bug, the constexpr evaluator should stop ICEing when it sees an unexpected tree code in release mode, and instead just gracefully treat such expressions as non-constant...