https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83150
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2017-11-25 Ever confirmed|0 |1 --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- >both plugins and later system headers (including macros) that expect abort() >to prevent further code execution, Plugins are not well defined in GCC. Also system headers should not be using abort really. Can you find one which uses abort?