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;
         ^~~~

Reply via email to