/home/raffeck/metrics/tacle-bench/bench/kernel/sha/sha.c: In function ‘sha_transform’: /home/raffeck/metrics/tacle-bench/bench/kernel/sha/sha.c:48:5: warning: macro expands to multiple statements [-Wmultistatement-macros] 48 | temp = ROT32(A,5) + f##n(B,C,D) + E + W[ i ] + CONST##n; \ | ^~~~ /home/raffeck/metrics/tacle-bench/bench/kernel/sha/sha.c:73:5: note: in expansion of macro ‘FUNC’ 73 | FUNC( 1, i ); | ^~~~ /home/raffeck/metrics/tacle-bench/bench/kernel/sha/sha.c:72:3: note: some parts of macro expansion are not guarded by this ‘for’ clause 72 | for ( i = 0; i < 20; ++i ) | ^~~ /home/raffeck/metrics/tacle-bench/bench/kernel/sha/sha.c:48:5: warning: macro expands to multiple statements [-Wmultistatement-macros] 48 | temp = ROT32(A,5) + f##n(B,C,D) + E + W[ i ] + CONST##n; \ | ^~~~ /home/raffeck/metrics/tacle-bench/bench/kernel/sha/sha.c:76:5: note: in expansion of macro ‘FUNC’ 76 | FUNC( 2, i ); | ^~~~ /home/raffeck/metrics/tacle-bench/bench/kernel/sha/sha.c:75:3: note: some parts of macro expansion are not guarded by this ‘for’ clause 75 | for ( i = 20; i < 40; ++i ) | ^~~ /home/raffeck/metrics/tacle-bench/bench/kernel/sha/sha.c:48:5: warning: macro expands to multiple statements [-Wmultistatement-macros] 48 | temp = ROT32(A,5) + f##n(B,C,D) + E + W[ i ] + CONST##n; \ | ^~~~ /home/raffeck/metrics/tacle-bench/bench/kernel/sha/sha.c:79:5: note: in expansion of macro ‘FUNC’ 79 | FUNC( 3, i ); | ^~~~ /home/raffeck/metrics/tacle-bench/bench/kernel/sha/sha.c:78:3: note: some parts of macro expansion are not guarded by this ‘for’ clause 78 | for ( i = 40; i < 60; ++i ) | ^~~ /home/raffeck/metrics/tacle-bench/bench/kernel/sha/sha.c:48:5: warning: macro expands to multiple statements [-Wmultistatement-macros] 48 | temp = ROT32(A,5) + f##n(B,C,D) + E + W[ i ] + CONST##n; \ | ^~~~ /home/raffeck/metrics/tacle-bench/bench/kernel/sha/sha.c:82:5: note: in expansion of macro ‘FUNC’ 82 | FUNC( 4, i ); | ^~~~ /home/raffeck/metrics/tacle-bench/bench/kernel/sha/sha.c:81:3: note: some parts of macro expansion are not guarded by this ‘for’ clause 81 | for ( i = 60; i < 80; ++i ) | ^~~