[Bug c++/68819] Invalid "-Wmisleading-indentation" warning if location_t >=LINE_MAP_MAX_LOCATION_WITH_COLS

trippels at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Dec 15 10:34:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68819

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |trippels at gcc dot gnu.org

--- Comment #8 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Another similar example:

int main() {
  int i = 0;
  do i++; while (i < 3);
}


More information about the Gcc-bugs mailing list