lint: prefix error messages with 'error:'

This makes it easier to find these errors in the build logs.
This commit is contained in:
rillig 2021-03-21 20:44:59 +00:00
parent 494aa35c5b
commit ab16413a62
262 changed files with 506 additions and 506 deletions

View File

@ -1,11 +1,11 @@
d_c99_bool.c(15): negative array dimension (-1) [20]
d_c99_bool.c(17): negative array dimension (-1) [20]
d_c99_bool.c(20): negative array dimension (-1) [20]
d_c99_bool.c(23): negative array dimension (-1) [20]
d_c99_bool.c(27): negative array dimension (-1) [20]
d_c99_bool.c(41): negative array dimension (-1) [20]
d_c99_bool.c(44): negative array dimension (-1) [20]
d_c99_bool.c(48): negative array dimension (-1) [20]
d_c99_bool.c(51): negative array dimension (-1) [20]
d_c99_bool.c(54): negative array dimension (-1) [20]
d_c99_bool.c(57): negative array dimension (-1) [20]
d_c99_bool.c(15): error: negative array dimension (-1) [20]
d_c99_bool.c(17): error: negative array dimension (-1) [20]
d_c99_bool.c(20): error: negative array dimension (-1) [20]
d_c99_bool.c(23): error: negative array dimension (-1) [20]
d_c99_bool.c(27): error: negative array dimension (-1) [20]
d_c99_bool.c(41): error: negative array dimension (-1) [20]
d_c99_bool.c(44): error: negative array dimension (-1) [20]
d_c99_bool.c(48): error: negative array dimension (-1) [20]
d_c99_bool.c(51): error: negative array dimension (-1) [20]
d_c99_bool.c(54): error: negative array dimension (-1) [20]
d_c99_bool.c(57): error: negative array dimension (-1) [20]

View File

@ -1,168 +1,168 @@
d_c99_bool_strict.c(127): argument #1 expects '_Bool', gets passed 'int' [334]
d_c99_bool_strict.c(128): argument #1 expects '_Bool', gets passed 'int' [334]
d_c99_bool_strict.c(129): argument #1 expects '_Bool', gets passed 'int' [334]
d_c99_bool_strict.c(127): error: argument #1 expects '_Bool', gets passed 'int' [334]
d_c99_bool_strict.c(128): error: argument #1 expects '_Bool', gets passed 'int' [334]
d_c99_bool_strict.c(129): error: argument #1 expects '_Bool', gets passed 'int' [334]
d_c99_bool_strict.c(134): warning: constant in conditional context [161]
d_c99_bool_strict.c(137): warning: constant in conditional context [161]
d_c99_bool_strict.c(140): left operand of '?' must be bool, not 'int' [331]
d_c99_bool_strict.c(143): left operand of '?' must be bool, not 'int' [331]
d_c99_bool_strict.c(146): left operand of '?' must be bool, not 'int' [331]
d_c99_bool_strict.c(149): left operand of '?' must be bool, not 'int' [331]
d_c99_bool_strict.c(159): left operand of '?' must be bool, not 'int' [331]
d_c99_bool_strict.c(160): left operand of '?' must be bool, not 'int' [331]
d_c99_bool_strict.c(140): error: left operand of '?' must be bool, not 'int' [331]
d_c99_bool_strict.c(143): error: left operand of '?' must be bool, not 'int' [331]
d_c99_bool_strict.c(146): error: left operand of '?' must be bool, not 'int' [331]
d_c99_bool_strict.c(149): error: left operand of '?' must be bool, not 'int' [331]
d_c99_bool_strict.c(159): error: left operand of '?' must be bool, not 'int' [331]
d_c99_bool_strict.c(160): error: left operand of '?' must be bool, not 'int' [331]
d_c99_bool_strict.c(163): warning: constant in conditional context [161]
d_c99_bool_strict.c(169): warning: constant in conditional context [161]
d_c99_bool_strict.c(169): left operand of '?' must be bool, not 'int' [331]
d_c99_bool_strict.c(171): integral constant expression expected [55]
d_c99_bool_strict.c(174): integral constant expression expected [55]
d_c99_bool_strict.c(177): integral constant expression expected [55]
d_c99_bool_strict.c(169): error: left operand of '?' must be bool, not 'int' [331]
d_c99_bool_strict.c(171): error: integral constant expression expected [55]
d_c99_bool_strict.c(174): error: integral constant expression expected [55]
d_c99_bool_strict.c(177): error: integral constant expression expected [55]
d_c99_bool_strict.c(180): warning: constant in conditional context [161]
d_c99_bool_strict.c(180): integral constant expression expected [55]
d_c99_bool_strict.c(181): left operand of '||' must be bool, not 'int' [331]
d_c99_bool_strict.c(181): right operand of '||' must be bool, not 'int' [332]
d_c99_bool_strict.c(180): error: integral constant expression expected [55]
d_c99_bool_strict.c(181): error: left operand of '||' must be bool, not 'int' [331]
d_c99_bool_strict.c(181): error: right operand of '||' must be bool, not 'int' [332]
d_c99_bool_strict.c(183): warning: constant in conditional context [161]
d_c99_bool_strict.c(183): integral constant expression expected [55]
d_c99_bool_strict.c(184): left operand of '&&' must be bool, not 'int' [331]
d_c99_bool_strict.c(184): right operand of '&&' must be bool, not 'int' [332]
d_c99_bool_strict.c(204): operands of '=' have incompatible types (_Bool != unsigned int) [107]
d_c99_bool_strict.c(206): operands of '=' have incompatible types (unsigned int != _Bool) [107]
d_c99_bool_strict.c(209): operands of '=' have incompatible types (_Bool != unsigned int) [107]
d_c99_bool_strict.c(211): operands of '=' have incompatible types (unsigned int != _Bool) [107]
d_c99_bool_strict.c(253): return value type mismatch (_Bool) and (int) [211]
d_c99_bool_strict.c(259): return value type mismatch (_Bool) and (int) [211]
d_c99_bool_strict.c(265): return value type mismatch (_Bool) and (int) [211]
d_c99_bool_strict.c(271): return value type mismatch (_Bool) and (pointer) [211]
d_c99_bool_strict.c(183): error: integral constant expression expected [55]
d_c99_bool_strict.c(184): error: left operand of '&&' must be bool, not 'int' [331]
d_c99_bool_strict.c(184): error: right operand of '&&' must be bool, not 'int' [332]
d_c99_bool_strict.c(204): error: operands of '=' have incompatible types (_Bool != unsigned int) [107]
d_c99_bool_strict.c(206): error: operands of '=' have incompatible types (unsigned int != _Bool) [107]
d_c99_bool_strict.c(209): error: operands of '=' have incompatible types (_Bool != unsigned int) [107]
d_c99_bool_strict.c(211): error: operands of '=' have incompatible types (unsigned int != _Bool) [107]
d_c99_bool_strict.c(253): error: return value type mismatch (_Bool) and (int) [211]
d_c99_bool_strict.c(259): error: return value type mismatch (_Bool) and (int) [211]
d_c99_bool_strict.c(265): error: return value type mismatch (_Bool) and (int) [211]
d_c99_bool_strict.c(271): error: return value type mismatch (_Bool) and (pointer) [211]
d_c99_bool_strict.c(269): warning: argument p unused in function strict_bool_conversion_return_pointer [231]
d_c99_bool_strict.c(277): return value type mismatch (char) and (_Bool) [211]
d_c99_bool_strict.c(283): return value type mismatch (char) and (_Bool) [211]
d_c99_bool_strict.c(301): argument #2 expects 'int', gets passed '_Bool' [334]
d_c99_bool_strict.c(301): argument #3 expects 'pointer', gets passed '_Bool' [334]
d_c99_bool_strict.c(304): argument #1 expects '_Bool', gets passed 'int' [334]
d_c99_bool_strict.c(277): error: return value type mismatch (char) and (_Bool) [211]
d_c99_bool_strict.c(283): error: return value type mismatch (char) and (_Bool) [211]
d_c99_bool_strict.c(301): error: argument #2 expects 'int', gets passed '_Bool' [334]
d_c99_bool_strict.c(301): error: argument #3 expects 'pointer', gets passed '_Bool' [334]
d_c99_bool_strict.c(304): error: argument #1 expects '_Bool', gets passed 'int' [334]
d_c99_bool_strict.c(304): warning: illegal combination of pointer (pointer to const char) and integer (int), arg #3 [154]
d_c99_bool_strict.c(307): argument #1 expects '_Bool', gets passed 'pointer' [334]
d_c99_bool_strict.c(307): error: argument #1 expects '_Bool', gets passed 'pointer' [334]
d_c99_bool_strict.c(307): warning: illegal combination of integer (int) and pointer (pointer to const char), arg #2 [154]
d_c99_bool_strict.c(319): argument #1 expects '_Bool', gets passed 'int' [334]
d_c99_bool_strict.c(320): argument #1 expects '_Bool', gets passed 'int' [334]
d_c99_bool_strict.c(321): argument #1 expects '_Bool', gets passed 'int' [334]
d_c99_bool_strict.c(330): operands of '=' have incompatible types (_Bool != int) [107]
d_c99_bool_strict.c(332): operands of '=' have incompatible types (_Bool != int) [107]
d_c99_bool_strict.c(336): operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(338): operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(340): operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(341): operands of '=' have incompatible types (_Bool != int) [107]
d_c99_bool_strict.c(352): operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(353): operands of '=' have incompatible types (unsigned int != _Bool) [107]
d_c99_bool_strict.c(354): operands of '=' have incompatible types (double != _Bool) [107]
d_c99_bool_strict.c(355): operands of '=' have incompatible types (pointer != _Bool) [107]
d_c99_bool_strict.c(319): error: argument #1 expects '_Bool', gets passed 'int' [334]
d_c99_bool_strict.c(320): error: argument #1 expects '_Bool', gets passed 'int' [334]
d_c99_bool_strict.c(321): error: argument #1 expects '_Bool', gets passed 'int' [334]
d_c99_bool_strict.c(330): error: operands of '=' have incompatible types (_Bool != int) [107]
d_c99_bool_strict.c(332): error: operands of '=' have incompatible types (_Bool != int) [107]
d_c99_bool_strict.c(336): error: operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(338): error: operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(340): error: operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(341): error: operands of '=' have incompatible types (_Bool != int) [107]
d_c99_bool_strict.c(352): error: operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(353): error: operands of '=' have incompatible types (unsigned int != _Bool) [107]
d_c99_bool_strict.c(354): error: operands of '=' have incompatible types (double != _Bool) [107]
d_c99_bool_strict.c(355): error: operands of '=' have incompatible types (pointer != _Bool) [107]
d_c99_bool_strict.c(345): warning: argument b unused in function strict_bool_conversion_from_bool_to_scalar [231]
d_c99_bool_strict.c(367): warning: constant in conditional context [161]
d_c99_bool_strict.c(368): warning: statement not reached [193]
d_c99_bool_strict.c(370): warning: constant in conditional context [161]
d_c99_bool_strict.c(376): controlling expression must be bool, not 'int' [333]
d_c99_bool_strict.c(379): controlling expression must be bool, not 'int' [333]
d_c99_bool_strict.c(382): controlling expression must be bool, not 'int' [333]
d_c99_bool_strict.c(386): controlling expression must be bool, not 'int' [333]
d_c99_bool_strict.c(392): controlling expression must be bool, not 'double' [333]
d_c99_bool_strict.c(398): controlling expression must be bool, not 'pointer' [333]
d_c99_bool_strict.c(376): error: controlling expression must be bool, not 'int' [333]
d_c99_bool_strict.c(379): error: controlling expression must be bool, not 'int' [333]
d_c99_bool_strict.c(382): error: controlling expression must be bool, not 'int' [333]
d_c99_bool_strict.c(386): error: controlling expression must be bool, not 'int' [333]
d_c99_bool_strict.c(392): error: controlling expression must be bool, not 'double' [333]
d_c99_bool_strict.c(398): error: controlling expression must be bool, not 'pointer' [333]
d_c99_bool_strict.c(419): warning: constant in conditional context [161]
d_c99_bool_strict.c(419): warning: constant argument to NOT [239]
d_c99_bool_strict.c(420): warning: constant in conditional context [161]
d_c99_bool_strict.c(420): warning: constant argument to NOT [239]
d_c99_bool_strict.c(424): operand of '!' must be bool, not 'int' [330]
d_c99_bool_strict.c(425): operand of '!' must be bool, not 'int' [330]
d_c99_bool_strict.c(426): operand of '!' must be bool, not 'int' [330]
d_c99_bool_strict.c(427): operand of '!' must be bool, not 'int' [330]
d_c99_bool_strict.c(480): operands of '=' have incompatible types (_Bool != int) [107]
d_c99_bool_strict.c(486): operands of '=' have incompatible types (_Bool != int) [107]
d_c99_bool_strict.c(502): operand of '!' must be bool, not 'int' [330]
d_c99_bool_strict.c(503): left operand of '&&' must be bool, not 'int' [331]
d_c99_bool_strict.c(503): right operand of '&&' must be bool, not 'int' [332]
d_c99_bool_strict.c(504): left operand of '||' must be bool, not 'int' [331]
d_c99_bool_strict.c(504): right operand of '||' must be bool, not 'int' [332]
d_c99_bool_strict.c(506): right operand of '&&' must be bool, not 'int' [332]
d_c99_bool_strict.c(507): left operand of '&&' must be bool, not 'int' [331]
d_c99_bool_strict.c(508): right operand of '||' must be bool, not 'int' [332]
d_c99_bool_strict.c(509): left operand of '||' must be bool, not 'int' [331]
d_c99_bool_strict.c(518): operand of '~' must not be bool [335]
d_c99_bool_strict.c(519): operand of '++x' must not be bool [335]
d_c99_bool_strict.c(520): operand of '--x' must not be bool [335]
d_c99_bool_strict.c(521): operand of 'x++' must not be bool [335]
d_c99_bool_strict.c(522): operand of 'x--' must not be bool [335]
d_c99_bool_strict.c(523): operand of '+' must not be bool [335]
d_c99_bool_strict.c(524): operand of '-' must not be bool [335]
d_c99_bool_strict.c(526): left operand of '*' must not be bool [336]
d_c99_bool_strict.c(526): right operand of '*' must not be bool [337]
d_c99_bool_strict.c(527): left operand of '/' must not be bool [336]
d_c99_bool_strict.c(527): right operand of '/' must not be bool [337]
d_c99_bool_strict.c(528): left operand of '%' must not be bool [336]
d_c99_bool_strict.c(528): right operand of '%' must not be bool [337]
d_c99_bool_strict.c(529): left operand of '+' must not be bool [336]
d_c99_bool_strict.c(529): right operand of '+' must not be bool [337]
d_c99_bool_strict.c(530): left operand of '-' must not be bool [336]
d_c99_bool_strict.c(530): right operand of '-' must not be bool [337]
d_c99_bool_strict.c(531): left operand of '<<' must not be bool [336]
d_c99_bool_strict.c(531): right operand of '<<' must not be bool [337]
d_c99_bool_strict.c(532): left operand of '>>' must not be bool [336]
d_c99_bool_strict.c(532): right operand of '>>' must not be bool [337]
d_c99_bool_strict.c(534): left operand of '<' must not be bool [336]
d_c99_bool_strict.c(534): right operand of '<' must not be bool [337]
d_c99_bool_strict.c(535): left operand of '<=' must not be bool [336]
d_c99_bool_strict.c(535): right operand of '<=' must not be bool [337]
d_c99_bool_strict.c(536): left operand of '>' must not be bool [336]
d_c99_bool_strict.c(536): right operand of '>' must not be bool [337]
d_c99_bool_strict.c(537): left operand of '>=' must not be bool [336]
d_c99_bool_strict.c(537): right operand of '>=' must not be bool [337]
d_c99_bool_strict.c(549): left operand of '*=' must not be bool [336]
d_c99_bool_strict.c(549): right operand of '*=' must not be bool [337]
d_c99_bool_strict.c(550): left operand of '/=' must not be bool [336]
d_c99_bool_strict.c(550): right operand of '/=' must not be bool [337]
d_c99_bool_strict.c(551): left operand of '%=' must not be bool [336]
d_c99_bool_strict.c(551): right operand of '%=' must not be bool [337]
d_c99_bool_strict.c(552): left operand of '+=' must not be bool [336]
d_c99_bool_strict.c(552): right operand of '+=' must not be bool [337]
d_c99_bool_strict.c(553): left operand of '-=' must not be bool [336]
d_c99_bool_strict.c(553): right operand of '-=' must not be bool [337]
d_c99_bool_strict.c(554): left operand of '<<=' must not be bool [336]
d_c99_bool_strict.c(554): right operand of '<<=' must not be bool [337]
d_c99_bool_strict.c(555): left operand of '>>=' must not be bool [336]
d_c99_bool_strict.c(555): right operand of '>>=' must not be bool [337]
d_c99_bool_strict.c(561): left operand of '*' must not be bool [336]
d_c99_bool_strict.c(562): right operand of '*' must not be bool [337]
d_c99_bool_strict.c(563): left operand of '/' must not be bool [336]
d_c99_bool_strict.c(564): right operand of '/' must not be bool [337]
d_c99_bool_strict.c(565): left operand of '%' must not be bool [336]
d_c99_bool_strict.c(566): right operand of '%' must not be bool [337]
d_c99_bool_strict.c(567): left operand of '+' must not be bool [336]
d_c99_bool_strict.c(568): right operand of '+' must not be bool [337]
d_c99_bool_strict.c(569): left operand of '-' must not be bool [336]
d_c99_bool_strict.c(570): right operand of '-' must not be bool [337]
d_c99_bool_strict.c(571): left operand of '<<' must not be bool [336]
d_c99_bool_strict.c(572): right operand of '<<' must not be bool [337]
d_c99_bool_strict.c(573): left operand of '>>' must not be bool [336]
d_c99_bool_strict.c(574): right operand of '>>' must not be bool [337]
d_c99_bool_strict.c(576): operands of ':' have incompatible types (_Bool != unsigned int) [107]
d_c99_bool_strict.c(577): operands of ':' have incompatible types (unsigned int != _Bool) [107]
d_c99_bool_strict.c(424): error: operand of '!' must be bool, not 'int' [330]
d_c99_bool_strict.c(425): error: operand of '!' must be bool, not 'int' [330]
d_c99_bool_strict.c(426): error: operand of '!' must be bool, not 'int' [330]
d_c99_bool_strict.c(427): error: operand of '!' must be bool, not 'int' [330]
d_c99_bool_strict.c(480): error: operands of '=' have incompatible types (_Bool != int) [107]
d_c99_bool_strict.c(486): error: operands of '=' have incompatible types (_Bool != int) [107]
d_c99_bool_strict.c(502): error: operand of '!' must be bool, not 'int' [330]
d_c99_bool_strict.c(503): error: left operand of '&&' must be bool, not 'int' [331]
d_c99_bool_strict.c(503): error: right operand of '&&' must be bool, not 'int' [332]
d_c99_bool_strict.c(504): error: left operand of '||' must be bool, not 'int' [331]
d_c99_bool_strict.c(504): error: right operand of '||' must be bool, not 'int' [332]
d_c99_bool_strict.c(506): error: right operand of '&&' must be bool, not 'int' [332]
d_c99_bool_strict.c(507): error: left operand of '&&' must be bool, not 'int' [331]
d_c99_bool_strict.c(508): error: right operand of '||' must be bool, not 'int' [332]
d_c99_bool_strict.c(509): error: left operand of '||' must be bool, not 'int' [331]
d_c99_bool_strict.c(518): error: operand of '~' must not be bool [335]
d_c99_bool_strict.c(519): error: operand of '++x' must not be bool [335]
d_c99_bool_strict.c(520): error: operand of '--x' must not be bool [335]
d_c99_bool_strict.c(521): error: operand of 'x++' must not be bool [335]
d_c99_bool_strict.c(522): error: operand of 'x--' must not be bool [335]
d_c99_bool_strict.c(523): error: operand of '+' must not be bool [335]
d_c99_bool_strict.c(524): error: operand of '-' must not be bool [335]
d_c99_bool_strict.c(526): error: left operand of '*' must not be bool [336]
d_c99_bool_strict.c(526): error: right operand of '*' must not be bool [337]
d_c99_bool_strict.c(527): error: left operand of '/' must not be bool [336]
d_c99_bool_strict.c(527): error: right operand of '/' must not be bool [337]
d_c99_bool_strict.c(528): error: left operand of '%' must not be bool [336]
d_c99_bool_strict.c(528): error: right operand of '%' must not be bool [337]
d_c99_bool_strict.c(529): error: left operand of '+' must not be bool [336]
d_c99_bool_strict.c(529): error: right operand of '+' must not be bool [337]
d_c99_bool_strict.c(530): error: left operand of '-' must not be bool [336]
d_c99_bool_strict.c(530): error: right operand of '-' must not be bool [337]
d_c99_bool_strict.c(531): error: left operand of '<<' must not be bool [336]
d_c99_bool_strict.c(531): error: right operand of '<<' must not be bool [337]
d_c99_bool_strict.c(532): error: left operand of '>>' must not be bool [336]
d_c99_bool_strict.c(532): error: right operand of '>>' must not be bool [337]
d_c99_bool_strict.c(534): error: left operand of '<' must not be bool [336]
d_c99_bool_strict.c(534): error: right operand of '<' must not be bool [337]
d_c99_bool_strict.c(535): error: left operand of '<=' must not be bool [336]
d_c99_bool_strict.c(535): error: right operand of '<=' must not be bool [337]
d_c99_bool_strict.c(536): error: left operand of '>' must not be bool [336]
d_c99_bool_strict.c(536): error: right operand of '>' must not be bool [337]
d_c99_bool_strict.c(537): error: left operand of '>=' must not be bool [336]
d_c99_bool_strict.c(537): error: right operand of '>=' must not be bool [337]
d_c99_bool_strict.c(549): error: left operand of '*=' must not be bool [336]
d_c99_bool_strict.c(549): error: right operand of '*=' must not be bool [337]
d_c99_bool_strict.c(550): error: left operand of '/=' must not be bool [336]
d_c99_bool_strict.c(550): error: right operand of '/=' must not be bool [337]
d_c99_bool_strict.c(551): error: left operand of '%=' must not be bool [336]
d_c99_bool_strict.c(551): error: right operand of '%=' must not be bool [337]
d_c99_bool_strict.c(552): error: left operand of '+=' must not be bool [336]
d_c99_bool_strict.c(552): error: right operand of '+=' must not be bool [337]
d_c99_bool_strict.c(553): error: left operand of '-=' must not be bool [336]
d_c99_bool_strict.c(553): error: right operand of '-=' must not be bool [337]
d_c99_bool_strict.c(554): error: left operand of '<<=' must not be bool [336]
d_c99_bool_strict.c(554): error: right operand of '<<=' must not be bool [337]
d_c99_bool_strict.c(555): error: left operand of '>>=' must not be bool [336]
d_c99_bool_strict.c(555): error: right operand of '>>=' must not be bool [337]
d_c99_bool_strict.c(561): error: left operand of '*' must not be bool [336]
d_c99_bool_strict.c(562): error: right operand of '*' must not be bool [337]
d_c99_bool_strict.c(563): error: left operand of '/' must not be bool [336]
d_c99_bool_strict.c(564): error: right operand of '/' must not be bool [337]
d_c99_bool_strict.c(565): error: left operand of '%' must not be bool [336]
d_c99_bool_strict.c(566): error: right operand of '%' must not be bool [337]
d_c99_bool_strict.c(567): error: left operand of '+' must not be bool [336]
d_c99_bool_strict.c(568): error: right operand of '+' must not be bool [337]
d_c99_bool_strict.c(569): error: left operand of '-' must not be bool [336]
d_c99_bool_strict.c(570): error: right operand of '-' must not be bool [337]
d_c99_bool_strict.c(571): error: left operand of '<<' must not be bool [336]
d_c99_bool_strict.c(572): error: right operand of '<<' must not be bool [337]
d_c99_bool_strict.c(573): error: left operand of '>>' must not be bool [336]
d_c99_bool_strict.c(574): error: right operand of '>>' must not be bool [337]
d_c99_bool_strict.c(576): error: operands of ':' have incompatible types (_Bool != unsigned int) [107]
d_c99_bool_strict.c(577): error: operands of ':' have incompatible types (unsigned int != _Bool) [107]
d_c99_bool_strict.c(583): warning: expression has null effect [129]
d_c99_bool_strict.c(584): warning: expression has null effect [129]
d_c99_bool_strict.c(597): operands of '=' have incompatible types (char != _Bool) [107]
d_c99_bool_strict.c(598): operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(599): operands of '=' have incompatible types (double != _Bool) [107]
d_c99_bool_strict.c(600): operands of '=' have incompatible types (pointer != _Bool) [107]
d_c99_bool_strict.c(617): operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(618): operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(619): operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(620): operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(621): operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(622): operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(623): operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(624): operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(625): operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(663): operands of '=' have incompatible types (_Bool != int) [107]
d_c99_bool_strict.c(671): operands of '=' have incompatible types (_Bool != int) [107]
d_c99_bool_strict.c(678): operands of '=' have incompatible types (_Bool != int) [107]
d_c99_bool_strict.c(597): error: operands of '=' have incompatible types (char != _Bool) [107]
d_c99_bool_strict.c(598): error: operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(599): error: operands of '=' have incompatible types (double != _Bool) [107]
d_c99_bool_strict.c(600): error: operands of '=' have incompatible types (pointer != _Bool) [107]
d_c99_bool_strict.c(617): error: operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(618): error: operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(619): error: operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(620): error: operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(621): error: operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(622): error: operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(623): error: operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(624): error: operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(625): error: operands of '=' have incompatible types (int != _Bool) [107]
d_c99_bool_strict.c(663): error: operands of '=' have incompatible types (_Bool != int) [107]
d_c99_bool_strict.c(671): error: operands of '=' have incompatible types (_Bool != int) [107]
d_c99_bool_strict.c(678): error: operands of '=' have incompatible types (_Bool != int) [107]
d_c99_bool_strict.c(653): warning: argument flags unused in function strict_bool_bitwise_and_enum [231]
d_c99_bool_strict.c(717): operands of '==' have incompatible types (_Bool != int) [107]
d_c99_bool_strict.c(717): error: operands of '==' have incompatible types (_Bool != int) [107]
d_c99_bool_strict.c(729): warning: expression has null effect [129]
d_c99_bool_strict.c(741): right operand of '+' must not be bool [337]
d_c99_bool_strict.c(741): error: right operand of '+' must not be bool [337]
d_c99_bool_strict.c(758): warning: constant in conditional context [161]
d_c99_bool_strict.c(769): operands of 'init' have incompatible types (_Bool != int) [107]
d_c99_bool_strict.c(770): operands of 'init' have incompatible types (_Bool != int) [107]
d_c99_bool_strict.c(769): error: operands of 'init' have incompatible types (_Bool != int) [107]
d_c99_bool_strict.c(770): error: operands of 'init' have incompatible types (_Bool != int) [107]

View File

@ -1,6 +1,6 @@
d_c99_bool_strict_syshdr.c(43): controlling expression must be bool, not 'int' [333]
d_c99_bool_strict_syshdr.c(53): controlling expression must be bool, not 'int' [333]
d_c99_bool_strict_syshdr.c(87): operands of '=' have incompatible types (_Bool != int) [107]
d_c99_bool_strict_syshdr.c(162): return value type mismatch (_Bool) and (int) [211]
d_c99_bool_strict_syshdr.c(175): operand of '!' must be bool, not 'int' [330]
d_c99_bool_strict_syshdr.c(43): error: controlling expression must be bool, not 'int' [333]
d_c99_bool_strict_syshdr.c(53): error: controlling expression must be bool, not 'int' [333]
d_c99_bool_strict_syshdr.c(87): error: operands of '=' have incompatible types (_Bool != int) [107]
d_c99_bool_strict_syshdr.c(162): error: return value type mismatch (_Bool) and (int) [211]
d_c99_bool_strict_syshdr.c(175): error: operand of '!' must be bool, not 'int' [330]
d_c99_bool_strict_syshdr.c(175): warning: function str_equal_bad expects to return value [214]

View File

@ -1,6 +1,6 @@
d_c99_init.c(22): invalid initializer type int [176]
d_c99_init.c(23): too many initializers [174]
d_c99_init.c(49): cannot initialize 'pointer to const void' from 'struct any' [185]
d_c99_init.c(66): too many array initializers, expected 3 [173]
d_c99_init.c(131): syntax error 'named member must only be used with struct/union' [249]
d_c99_init.c(143): invalid initializer type int [176]
d_c99_init.c(22): error: invalid initializer type int [176]
d_c99_init.c(23): error: too many initializers [174]
d_c99_init.c(49): error: cannot initialize 'pointer to const void' from 'struct any' [185]
d_c99_init.c(66): error: too many array initializers, expected 3 [173]
d_c99_init.c(131): error: syntax error 'named member must only be used with struct/union' [249]
d_c99_init.c(143): error: invalid initializer type int [176]

View File

@ -1,5 +1,5 @@
d_decl_old_style_arguments.c(14): warning: argument type defaults to 'int': def [32]
d_decl_old_style_arguments.c(14): parameter mismatch: 3 declared, 4 defined [51]
d_decl_old_style_arguments.c(14): error: parameter mismatch: 3 declared, 4 defined [51]
d_decl_old_style_arguments.c(10): warning: argument num unused in function func [231]
d_decl_old_style_arguments.c(10): warning: argument ptr unused in function func [231]
d_decl_old_style_arguments.c(10): warning: argument dbl unused in function func [231]

View File

@ -1,14 +1,14 @@
d_fold_test.c(59): controlling expressions must have scalar type [204]
d_fold_test.c(59): error: controlling expressions must have scalar type [204]
d_fold_test.c(59): warning: argument s unused in function if_struct [231]
d_fold_test.c(60): controlling expressions must have scalar type [204]
d_fold_test.c(60): error: controlling expressions must have scalar type [204]
d_fold_test.c(60): warning: argument u unused in function if_union [231]
d_fold_test.c(65): controlling expressions must have scalar type [204]
d_fold_test.c(65): error: controlling expressions must have scalar type [204]
d_fold_test.c(65): warning: argument s unused in function while_struct [231]
d_fold_test.c(66): controlling expressions must have scalar type [204]
d_fold_test.c(66): error: controlling expressions must have scalar type [204]
d_fold_test.c(66): warning: end-of-loop code not reached [223]
d_fold_test.c(66): warning: argument s unused in function for_struct [231]
d_fold_test.c(67): controlling expressions must have scalar type [204]
d_fold_test.c(67): error: controlling expressions must have scalar type [204]
d_fold_test.c(67): warning: argument s unused in function do_while_struct [231]
d_fold_test.c(70): first operand must have scalar type, op ? : [170]
d_fold_test.c(70): error: first operand must have scalar type, op ? : [170]
d_fold_test.c(70): warning: function conditional_struct expects to return value [214]
d_fold_test.c(70): warning: argument s unused in function conditional_struct [231]

View File

@ -1 +1 @@
d_incorrect_array_size.c(5): negative array dimension (-1) [20]
d_incorrect_array_size.c(5): error: negative array dimension (-1) [20]

View File

@ -1,2 +1,2 @@
d_init_pop_member.c(48): undefined struct/union member: capital [101]
d_init_pop_member.c(57): undefined struct/union member: capital [101]
d_init_pop_member.c(48): error: undefined struct/union member: capital [101]
d_init_pop_member.c(57): error: undefined struct/union member: capital [101]

View File

@ -1 +1 @@
d_lint_assert.c(15): syntax error '}' [249]
d_lint_assert.c(15): error: syntax error '}' [249]

View File

@ -1 +1 @@
d_pr_22119.c(16): p undefined [99]
d_pr_22119.c(16): error: p undefined [99]

View File

@ -1,4 +1,4 @@
d_struct_init_nested.c(35): cannot initialize 'enum I1' from 'struct Inner1' [185]
d_struct_init_nested.c(37): too many struct/union initializers [172]
d_struct_init_nested.c(62): cannot initialize 'enum I1' from 'struct Inner2' [185]
d_struct_init_nested.c(35): error: cannot initialize 'enum I1' from 'struct Inner1' [185]
d_struct_init_nested.c(37): error: too many struct/union initializers [172]
d_struct_init_nested.c(62): error: cannot initialize 'enum I1' from 'struct Inner2' [185]
d_struct_init_nested.c(64): warning: enum type mismatch between 'enum I2' and 'enum O3' in initialization [210]

View File

@ -1,4 +1,4 @@
msg_004.c(13): invalid type for _Complex [308]
msg_004.c(13): illegal type combination [4]
msg_004.c(17): illegal type combination [4]
msg_004.c(21): illegal type combination [4]
msg_004.c(13): error: invalid type for _Complex [308]
msg_004.c(13): error: illegal type combination [4]
msg_004.c(17): error: illegal type combination [4]
msg_004.c(21): error: illegal type combination [4]

View File

@ -1,2 +1,2 @@
msg_006.c(6): warning: use 'double' instead of 'long float' [6]
msg_006.c(6): illegal type combination [4]
msg_006.c(6): error: illegal type combination [4]

View File

@ -1 +1 @@
msg_007.c(6): only one storage class allowed [7]
msg_007.c(6): error: only one storage class allowed [7]

View File

@ -1 +1 @@
msg_008.c(8): illegal storage class [8]
msg_008.c(8): error: illegal storage class [8]

View File

@ -1,4 +1,4 @@
msg_009.c(6): only register valid as formal parameter storage class [9]
msg_009.c(7): only register valid as formal parameter storage class [9]
msg_009.c(8): only register valid as formal parameter storage class [9]
msg_009.c(9): only register valid as formal parameter storage class [9]
msg_009.c(6): error: only register valid as formal parameter storage class [9]
msg_009.c(7): error: only register valid as formal parameter storage class [9]
msg_009.c(8): error: only register valid as formal parameter storage class [9]
msg_009.c(9): error: only register valid as formal parameter storage class [9]

View File

@ -1 +1 @@
msg_011.c(6): syntax error ':' [249]
msg_011.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_012.c(6): syntax error ':' [249]
msg_012.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_013.c(6): syntax error ':' [249]
msg_013.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_014.c(6): syntax error ':' [249]
msg_014.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_015.c(6): syntax error ':' [249]
msg_015.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_016.c(6): syntax error ':' [249]
msg_016.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_017.c(6): syntax error ':' [249]
msg_017.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_018.c(6): syntax error ':' [249]
msg_018.c(6): error: syntax error ':' [249]

View File

@ -1,6 +1,6 @@
msg_019.c(6): void type for 'global_variable' [19]
msg_019.c(8): void type for 'unit_variable' [19]
msg_019.c(11): void parameter cannot have name: parameter [61]
msg_019.c(13): void type for 'local_variable' [19]
msg_019.c(6): error: void type for 'global_variable' [19]
msg_019.c(8): error: void type for 'unit_variable' [19]
msg_019.c(11): error: void parameter cannot have name: parameter [61]
msg_019.c(13): error: void type for 'local_variable' [19]
msg_019.c(11): warning: argument parameter unused in function function [231]
msg_019.c(8): warning: static variable unit_variable unused [226]

View File

@ -1 +1 @@
msg_020.c(6): syntax error ':' [249]
msg_020.c(6): error: syntax error ':' [249]

View File

@ -1,6 +1,6 @@
msg_021.c(8): redeclaration of formal parameter parameter [21]
msg_021.c(8): error: redeclaration of formal parameter parameter [21]
msg_021.c(10): warning: argument type defaults to 'int': parameter [32]
msg_021.c(16): redeclaration of formal parameter parameter [237]
msg_021.c(23): redeclaration of parameter [27]
msg_021.c(28): redeclaration of formal parameter param [237]
msg_021.c(36): redeclaration of parameter [27]
msg_021.c(16): error: redeclaration of formal parameter parameter [237]
msg_021.c(23): error: redeclaration of parameter [27]
msg_021.c(28): error: redeclaration of formal parameter param [237]
msg_021.c(36): error: redeclaration of parameter [27]

View File

@ -1 +1 @@
msg_022.c(6): syntax error ':' [249]
msg_022.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_023.c(6): syntax error ':' [249]
msg_023.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_024.c(6): syntax error ':' [249]
msg_024.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_025.c(6): syntax error ':' [249]
msg_025.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_026.c(6): syntax error ':' [249]
msg_026.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_027.c(8): redeclaration of identifier [27]
msg_027.c(8): error: redeclaration of identifier [27]

View File

@ -1 +1 @@
msg_028.c(6): syntax error ':' [249]
msg_028.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_030.c(6): syntax error ':' [249]
msg_030.c(6): error: syntax error ':' [249]

View File

@ -1,3 +1,3 @@
msg_031.c(18): incomplete structure or union incomplete: <unnamed> [31]
msg_031.c(18): error: incomplete structure or union incomplete: <unnamed> [31]
msg_031.c(10): warning: struct incomplete never defined [233]
msg_031.c(15): incomplete structure or union incomplete: incomplete_var [31]
msg_031.c(15): error: incomplete structure or union incomplete: incomplete_var [31]

View File

@ -1 +1 @@
msg_032.c(6): syntax error ':' [249]
msg_032.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_033.c(6): syntax error ':' [249]
msg_033.c(6): error: syntax error ':' [249]

View File

@ -5,14 +5,14 @@ msg_035.c(44): warning: illegal bit-field type 'unsigned long long' [35]
msg_035.c(47): warning: illegal bit-field type 'float' [35]
msg_035.c(48): warning: illegal bit-field type 'double' [35]
msg_035.c(49): warning: illegal bit-field type 'long double' [35]
msg_035.c(50): void type for 'void_flag' [19]
msg_035.c(50): zero size bit-field [37]
msg_035.c(50): error: void type for 'void_flag' [19]
msg_035.c(50): error: zero size bit-field [37]
msg_035.c(51): warning: illegal bit-field type 'struct typedef example_struct' [35]
msg_035.c(52): warning: illegal bit-field type 'union typedef example_union' [35]
msg_035.c(54): warning: illegal bit-field type 'pointer to void' [35]
msg_035.c(55): warning: illegal bit-field type 'array[4] of unsigned int' [35]
msg_035.c(56): warning: illegal bit-field type 'function(int, pointer to const char) returning void' [35]
msg_035.c(57): invalid type for _Complex [308]
msg_035.c(57): error: invalid type for _Complex [308]
msg_035.c(57): warning: illegal bit-field type 'double _Complex' [35]
msg_035.c(58): warning: illegal bit-field type 'float _Complex' [35]
msg_035.c(59): warning: illegal bit-field type 'double _Complex' [35]

View File

@ -1,2 +1,2 @@
msg_036.c(7): illegal bit-field size: 160 [36]
msg_036.c(8): illegal bit-field size: 255 [36]
msg_036.c(7): error: illegal bit-field size: 160 [36]
msg_036.c(8): error: illegal bit-field size: 255 [36]

View File

@ -1 +1 @@
msg_037.c(7): zero size bit-field [37]
msg_037.c(7): error: zero size bit-field [37]

View File

@ -1 +1 @@
msg_038.c(6): syntax error ':' [249]
msg_038.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_039.c(6): syntax error ':' [249]
msg_039.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_040.c(6): syntax error ':' [249]
msg_040.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_041.c(6): syntax error ':' [249]
msg_041.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_042.c(6): syntax error ':' [249]
msg_042.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_043.c(6): syntax error ':' [249]
msg_043.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_044.c(6): syntax error ':' [249]
msg_044.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_045.c(6): syntax error ':' [249]
msg_045.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_046.c(6): syntax error ':' [249]
msg_046.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_047.c(6): syntax error ':' [249]
msg_047.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_048.c(6): syntax error ':' [249]
msg_048.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_049.c(6): syntax error ':' [249]
msg_049.c(6): error: syntax error ':' [249]

View File

@ -1,4 +1,4 @@
msg_051.c(12): parameter mismatch: 2 declared, 3 defined [51]
msg_051.c(12): error: parameter mismatch: 2 declared, 3 defined [51]
msg_051.c(10): warning: argument a unused in function example [231]
msg_051.c(10): warning: argument b unused in function example [231]
msg_051.c(10): warning: argument c unused in function example [231]

View File

@ -1 +1 @@
msg_052.c(6): syntax error ':' [249]
msg_052.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_053.c(6): syntax error ':' [249]
msg_053.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_055.c(8): integral constant expression expected [55]
msg_055.c(8): error: integral constant expression expected [55]

View File

@ -1 +1 @@
msg_058.c(6): syntax error ':' [249]
msg_058.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_059.c(6): syntax error ':' [249]
msg_059.c(6): error: syntax error ':' [249]

View File

@ -1,4 +1,4 @@
msg_060.c(7): void must be sole parameter [60]
msg_060.c(8): void must be sole parameter [60]
msg_060.c(8): void must be sole parameter [60]
msg_060.c(8): void must be sole parameter [60]
msg_060.c(7): error: void must be sole parameter [60]
msg_060.c(8): error: void must be sole parameter [60]
msg_060.c(8): error: void must be sole parameter [60]
msg_060.c(8): error: void must be sole parameter [60]

View File

@ -1 +1 @@
msg_061.c(6): void parameter cannot have name: arg [61]
msg_061.c(6): error: void parameter cannot have name: arg [61]

View File

@ -1 +1 @@
msg_062.c(6): syntax error ':' [249]
msg_062.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_063.c(6): syntax error ':' [249]
msg_063.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_064.c(6): syntax error ':' [249]
msg_064.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_065.c(6): syntax error ':' [249]
msg_065.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_067.c(6): syntax error ':' [249]
msg_067.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_069.c(6): syntax error ':' [249]
msg_069.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_070.c(6): syntax error ':' [249]
msg_070.c(6): error: syntax error ':' [249]

View File

@ -1,2 +1,2 @@
msg_071.c(11): too many characters in character constant [71]
msg_071.c(11): error: too many characters in character constant [71]
msg_071.c(11): warning: initializer does not fit [178]

View File

@ -1 +1 @@
msg_073.c(6): empty character constant [73]
msg_073.c(6): error: empty character constant [73]

View File

@ -1,3 +1,3 @@
msg_074.c(6): no hex digits follow \x [74]
msg_074.c(7): no hex digits follow \x [74]
msg_074.c(6): error: no hex digits follow \x [74]
msg_074.c(7): error: no hex digits follow \x [74]
msg_074.c(7): warning: multi-character character constant [294]

View File

@ -1 +1 @@
msg_076.c(6): syntax error ':' [249]
msg_076.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_077.c(6): syntax error ':' [249]
msg_077.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_078.c(6): syntax error ':' [249]
msg_078.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_079.c(6): syntax error ':' [249]
msg_079.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_080.c(6): syntax error ':' [249]
msg_080.c(6): error: syntax error ':' [249]

View File

@ -1,2 +1,2 @@
msg_089.c(7): typedef redeclared: number [89]
msg_089.c(8): typedef redeclared: number [89]
msg_089.c(7): error: typedef redeclared: number [89]
msg_089.c(8): error: typedef redeclared: number [89]

View File

@ -1 +1 @@
msg_090.c(6): syntax error ':' [249]
msg_090.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_091.c(6): syntax error ':' [249]
msg_091.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_092.c(6): syntax error ':' [249]
msg_092.c(6): error: syntax error ':' [249]

View File

@ -1,2 +1,2 @@
msg_094.c(7): illegal storage class [8]
msg_094.c(9): function has illegal storage class: register_example [94]
msg_094.c(7): error: illegal storage class [8]
msg_094.c(9): error: function has illegal storage class: register_example [94]

View File

@ -1,3 +1,3 @@
msg_096.c(21): cannot dereference non-pointer type [96]
msg_096.c(21): error: cannot dereference non-pointer type [96]
msg_096.c(21): warning: function unary_asterisk expects to return value [214]
msg_096.c(19): warning: argument i unused in function unary_asterisk [231]

View File

@ -7,7 +7,7 @@
(3): warning: function prototypes are illegal in traditional C [270]
msg_098.c(12): warning: suffixes F and L are illegal in traditional C [98]
msg_098.c(13): warning: suffixes F and L are illegal in traditional C [98]
msg_098.c(16): syntax error 'U' [249]
msg_098.c(16): error: syntax error 'U' [249]
msg_098.c(18): warning: 'long double' is illegal in traditional C [266]
msg_098.c(19): warning: 'long double' is illegal in traditional C [266]
msg_098.c(19): warning: suffixes F and L are illegal in traditional C [98]

View File

@ -1 +1 @@
msg_099.c(10): undefined_variable undefined [99]
msg_099.c(10): error: undefined_variable undefined [99]

View File

@ -1 +1 @@
msg_101.c(13): undefined struct/union member: z [101]
msg_101.c(13): error: undefined struct/union member: z [101]

View File

@ -1 +1 @@
msg_102.c(6): syntax error ':' [249]
msg_102.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_103.c(6): syntax error ':' [249]
msg_103.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_104.c(6): syntax error ':' [249]
msg_104.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_105.c(6): syntax error ':' [249]
msg_105.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_106.c(6): syntax error ':' [249]
msg_106.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_107.c(6): syntax error ':' [249]
msg_107.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_108.c(24): operand of '~' has invalid type (struct) [108]
msg_108.c(24): error: operand of '~' has invalid type (struct) [108]

View File

@ -1,3 +1,3 @@
msg_109.c(9): void type illegal in expression [109]
msg_109.c(9): error: void type illegal in expression [109]
msg_109.c(9): warning: function example expects to return value [214]
msg_109.c(7): warning: argument arg unused in function example [231]

View File

@ -1 +1 @@
msg_110.c(6): syntax error ':' [249]
msg_110.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_111.c(6): syntax error ':' [249]
msg_111.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_112.c(6): syntax error ':' [249]
msg_112.c(6): error: syntax error ':' [249]

View File

@ -1 +1 @@
msg_113.c(6): syntax error ':' [249]
msg_113.c(6): error: syntax error ':' [249]

View File

@ -1,4 +1,4 @@
msg_114.c(9): operand of 'x++' must be lvalue [114]
msg_114.c(17): operand of 'x++' has invalid type (array) [108]
msg_114.c(19): operand of 'x++' must be lvalue [114]
msg_114.c(9): error: operand of 'x++' must be lvalue [114]
msg_114.c(17): error: operand of 'x++' has invalid type (array) [108]
msg_114.c(19): error: operand of 'x++' must be lvalue [114]
msg_114.c(7): warning: argument a unused in function example [231]

View File

@ -1,2 +1,2 @@
msg_116.c(15): illegal pointer subtraction [116]
msg_116.c(27): illegal pointer subtraction [116]
msg_116.c(15): error: illegal pointer subtraction [116]
msg_116.c(27): error: illegal pointer subtraction [116]

View File

@ -1 +1 @@
msg_119.c(6): syntax error ':' [249]
msg_119.c(6): error: syntax error ':' [249]

Some files were not shown because too many files have changed in this diff Show More