https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91932
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|preprocessor |c++ --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I think there is another bug about this similar thing. The problem is C++ front-end does tokenizer up front and then processes #pragma, while the C front-end does tokenizer at the same time.