https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115810
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|WAITING |RESOLVED --- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to linuxnyasha from comment #7) > It doesn't work like that for me when I compile using preprocessed sources. > The bug only appears when I simply compile. (ubuntu-24.04 Github Actions) I think github actions is displaying things incorrectly then. If you do `grep -v "^# " preprocessed.ii > t.cc` and then compile the resulting t.cc with -std=gnu++20 is how I got those lines.