https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125854

Sam James <sjames at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-checking

--- Comment #5 from Sam James <sjames at gcc dot gnu.org> ---
Note that it needs checking:

void
ranger_cache::fill_block_cache (tree name, basic_block bb, basic_block def_bb)
{
...
  gcc_checking_assert (m_update->empty_p ());

Reply via email to