https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113207
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Note const has the same issue as noreturn due to using the const qualifier just like noreturn uses the volatile qualifier sometimes ...