This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/81334] New: -Wmisleading-indentation
- From: "mick.pearson at wildblue dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 06 Jul 2017 03:30:59 +0000
- Subject: [Bug other/81334] New: -Wmisleading-indentation
- Auto-submitted: auto-generated
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.)