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

            Bug ID: 88790
           Summary: No warning for misleading indentation
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: segher at gcc dot gnu.org
  Target Milestone: ---

-Wmisleading-indentation does not warn for

===
void f(void)
{
  }
}
===

(as Daniel (on cc:) found), but not even for

===
void f(void)
{
  }
===

Is there a reason for that?

Reply via email to