https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125257
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|driver |lto
CC| |mjires at gcc dot gnu.org
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
lto-min-partition == 0 doesn't make much sense (a zero size partition doesn't
exist), it probably makes sense to set a minimum bound here or treat == 0 as
"unbounded minimum", thus remove the assert and deal with this value.