https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103036
Lewis Hyatt <lhyatt at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED CC| |lhyatt at gcc dot gnu.org --- Comment #2 from Lewis Hyatt <lhyatt at gcc dot gnu.org> --- This was fixed by r13-2994. Sorry for not tagging this PR, I came upon the issue via PR69543 comment 9 instead. Regarding PR90400, I think that is about the way the token streamer class works for gcc -E, and it needs to handle _Pragma distinctly from #pragma. I will look at it too sometime.