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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2017-05-03
                 CC|                            |marxin at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Confirmed, started same as PR80581 with r247455. However the assert is
triggered on a different location:

Breakpoint 1, compute_inline_parameters (node=0x7ffff4d11e60, early=true) at
../../gcc/ipa-inline-analysis.c:3125
3125          gcc_assert (!(info->time - info->self_time).to_int ()
(gdb) p info->time
$1 = {m_sig = 1316130052, m_exp = -10}
(gdb) p info->time.to_int()
$2 = 1285283
(gdb) p info->self_time.to_int()
$3 = 1285282

Reply via email to