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

            Bug ID: 81334
           Summary: -Wmisleading-indentation
           Product: gcc
           Version: 6.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mick.pearson at wildblue dot net
  Target Milestone: ---

"note: -Wmisleading-indentation is disabled from this point onwards, since
column-tracking was disabled due to the size of the code/headers
    if(Min<0) Min = 0; if(Max<Min) Max = Min;"

I'm seeing output like this even while -Wmisleading-indentation is #pragma
ignored and so cannot be emitted itself.

Of course clients shouldn't have to disable this on the command-line in order
to quite third party headers. (And so not be able to enjoy this gloriously
diversity killing--and therefor creativity eradicating--feature for
themselves.)

Reply via email to