GCC version:
gcc (SUSE Linux) 10.2.1 20201202 [revision e563687cf9d3d1278f45aaebd03e0f66531076c9]
clang version:
Output of gcc -Werror -Wall -Wextra -Wpedantic -pedantic -std=c11 -c $FNAME
Output of clang -Werror -Wall -Wextra -Wpedantic -pedantic -std=c11 -c $FNAME
Output of cnip $FNAME
llvm.c:0:24 error: expected `,' or `;' or `=' after declarator, got `uint32_t'
unsigned __INT32_TYPE__ uint32_t;
^
(return code 0)
Content of file
unsigned __INT32_TYPE__ uint32_t;
psychec version
commit d10dc1ddfb7ea845f59274a4d6ca5d021ab31423
Author: Leandro T. C. Melo <LTCMELO@GMAIL.COM>
Date: Tue Mar 9 21:18:30 2021 -0300
fix postfixing on compound literal
GCC version:
clang version:
Output of
gcc -Werror -Wall -Wextra -Wpedantic -pedantic -std=c11 -c $FNAMEOutput of
clang -Werror -Wall -Wextra -Wpedantic -pedantic -std=c11 -c $FNAMEOutput of
cnip $FNAMEContent of file
unsigned __INT32_TYPE__ uint32_t;psychecversion