https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120030
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|c |middle-end --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I think the assert is bogus. It was added with r5-1420-g569b1784fe1523. Basically it says once a priority is set, it can be reverted back to DEFAULT_INIT_PRIORITY (65535) which is not true at all.