[Bug c/69993] Misleading wording for -Wmisleading-indentation
manu at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Feb 27 19:08:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69993
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |manu at gcc dot gnu.org
--- Comment #2 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
(In reply to David Malcolm from comment #1)
> which suggests reversing the order of the messages, so that they appear in
> source order.
That seems a nice property. What about?
sslKeyExchange.c:629:4: warning: this 'if' clause does not guard...
[-Wmisleading-indentation]
if ((err = SSLHashSHA1.update(&hashCtx, &signedParams)) != 0)
^~
sslKeyExchange.c:631:8: note: ...this statement, but indentation suggests
otherwise
goto fail;
^~~~
More information about the Gcc-bugs
mailing list