https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111268
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to work|12.3.0 |
Summary|[14 Regression] internal |[11/12/13/14 Regression]
|compiler error: in |internal compiler error: in
|to_constant, at |to_constant, at
|poly-int.h:504 |poly-int.h:504
Target Milestone|14.0 |11.5
Keywords| |ice-checking
--- Comment #13 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #12)
> The #c8 testcase started to ICE with
> r13-926-g08afab6f8642f58f702010ec196dce3b00955627
> The #c3 one started to ICE with
> r11-1445-g502d63b6d6141597bb18fd23c87736a1b384cf8f
> So, not really sure why is this marked as [14 Regression] only.
Because I didn't notice the ICE is due to an assert which is only enabled with
checking:
gcc_checking_assert (is_constant ());