https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64743
Eric Gallager <egallager at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |egallager at gcc dot gnu.org --- Comment #2 from Eric Gallager <egallager at gcc dot gnu.org> --- Eh, I think gcc's current behavior makes sense, the 2nd long is the one that makes it a long long rather than just a long, since people type left to right. When typing in order, when you've typed just the 1st long, it won't have triggered -Wlong-long yet.