[Bug c/81448] False positive -Werror=multistatement-macros in openssl
bernd.edlinger at hotmail dot de
gcc-bugzilla@gcc.gnu.org
Fri Jul 14 17:27:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81448
--- Comment #4 from Bernd Edlinger <bernd.edlinger at hotmail dot de> ---
(In reply to Marek Polacek from comment #3)
> Guess we'll need the PR81364 fix for that.
Yes, although it would be good to require
a "{" only if cprefix##_ecb_encrypt(...) actually expands
to multiple stmts, if it expands to single stmt as here
BLOCK_CIPHER_ecb_loop() would be usable like for(;;)
More information about the Gcc-bugs
mailing list