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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
          Component|c                           |tree-optimization
   Target Milestone|---                         |8.0
            Summary|ice in                      |[8 Regression] ice in
                   |intersect_range_with_nonzer |intersect_range_with_nonzer
                   |o_bits, at tree-vrp.c:213   |o_bits, at tree-vrp.c:213
           Severity|normal                      |critical

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to David Binderman from comment #2)
> svn blame produced this for tree-vrp.c:213
> 
> 257491   rsandifo       gcc_checking_assert (wi::le_p (*min, *max, sgn));

r257491

Reply via email to