2024-03-26 11:33 ftp://ftp.de.debian.org/debian/pool/main/a/avr-libc/avr-libc_2.0.0+Atmel3.7.0.orig.tar.xz cppcheck-options: --library=posix --library=gnu --showtime=top5 --check-library --inconclusive --enable=style,information --inline-suppr --disable=missingInclude --suppress=unmatchedSuppression --template=daca2 --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=valueFlowBailoutIncompleteVar -D__GNUC__ --platform=unix64 -j4 platform: Linux-6.1.0-0.deb11.6-amd64-x86_64-with-glibc2.31 python: 3.9.2 client-version: 1.3.45 compiler: g++ (Debian 10.2.1-6) 10.2.1 20210110 cppcheck: head 2.13.0 head-info: 82f05c8 (2024-03-25 22:58:58 +0100) count: 974 576 elapsed-time: 3.4 7.6 head-timing-info: Tokenizer::simplifyTokens1::ValueFlow: 0.002002s (avg. 0.002002s - 1 result(s)) valueFlowSubFunction(tokenlist, symboldatabase, errorLogger, settings): 0.000478s (avg. 0.000159333s - 3 result(s)) valueFlowAfterAssign(tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 0.000451s (avg. 0.000150333s - 3 result(s)) Tokenizer::createTokens: 0.000427s (avg. 0.000427s - 1 result(s)) valueFlowCondition(SimpleConditionHandler{}, tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 0.000406s (avg. 0.000135333s - 3 result(s)) Overall time: 0.003042s old-timing-info: Tokenizer::simplifyTokens1::ValueFlow: 0.082475s (avg. 0.082475s - 1 result(s)) valueFlowSubFunction(tokenlist, symboldatabase, errorLogger, *settings): 0.074607s (avg. 0.0373035s - 2 result(s)) valueFlowCondition(SymbolicConditionHandler{}, tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 0.00278s (avg. 0.00139s - 2 result(s)) valueFlowConditionExpressions(tokenlist, symboldatabase, errorLogger, *settings): 0.002533s (avg. 0.002533s - 1 result(s)) valueFlowCondition(SimpleConditionHandler{}, tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 0.00133s (avg. 0.000665s - 2 result(s)) Overall time: 0.085782s head results: avr-libc_2.0.0+Atmel3.7.0/doc/examples/asmdemo/asmdemo.c:83:0: error: #error "Don't know how to run on your MCU_TYPE." [preprocessorErrorDirective] avr-libc_2.0.0+Atmel3.7.0/doc/examples/demo/iocompat.h:136:0: error: #error "Don't know what kind of MCU you are compiling for" [preprocessorErrorDirective] avr-libc_2.0.0+Atmel3.7.0/doc/examples/largedemo/largedemo.c:59:0: error: #error "Unsupported MCU type" [preprocessorErrorDirective] avr-libc_2.0.0+Atmel3.7.0/doc/examples/stdiodemo/lcd.c:62:27: style:inconclusive: Function 'lcd_putchar' argument 2 names different: declaration 'stream' definition 'unused'. [funcArgNamesDifferent] avr-libc_2.0.0+Atmel3.7.0/doc/examples/stdiodemo/lcd.h:22:31: note: Function 'lcd_putchar' argument 2 names different: declaration 'stream' definition 'unused'. avr-libc_2.0.0+Atmel3.7.0/doc/examples/stdiodemo/lcd.c:62:27: note: Function 'lcd_putchar' argument 2 names different: declaration 'stream' definition 'unused'. avr-libc_2.0.0+Atmel3.7.0/doc/examples/stdiodemo/lcd.c:62:27: style: Parameter 'unused' can be declared as pointer to const [constParameterPointer] avr-libc_2.0.0+Atmel3.7.0/doc/examples/stdiodemo/hd44780.c:88:7: style: The if condition is the same as the previous if condition [duplicateCondition] avr-libc_2.0.0+Atmel3.7.0/doc/examples/stdiodemo/hd44780.c:78:7: note: First condition avr-libc_2.0.0+Atmel3.7.0/doc/examples/stdiodemo/hd44780.c:88:7: note: Second condition avr-libc_2.0.0+Atmel3.7.0/doc/examples/stdiodemo/hd44780.c:162:25: style:inconclusive: Function 'hd44780_wait_ready' argument 1 names different: declaration 'islong' definition 'longwait'. [funcArgNamesDifferent] avr-libc_2.0.0+Atmel3.7.0/doc/examples/stdiodemo/hd44780.h:30:30: note: Function 'hd44780_wait_ready' argument 1 names different: declaration 'islong' definition 'longwait'. avr-libc_2.0.0+Atmel3.7.0/doc/examples/stdiodemo/hd44780.c:162:25: note: Function 'hd44780_wait_ready' argument 1 names different: declaration 'islong' definition 'longwait'. avr-libc_2.0.0+Atmel3.7.0/doc/examples/stdiodemo/stdiodemo.c:78:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] avr-libc_2.0.0+Atmel3.7.0/doc/examples/stdiodemo/stdiodemo.c:90:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/doc/examples/demo/iocompat.h:136:0: error: #error "Don't know what kind of MCU you are compiling for" [preprocessorErrorDirective] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/doc/examples/asmdemo/asmdemo.c:83:0: error: #error "Don't know how to run on your MCU_TYPE." [preprocessorErrorDirective] avr-libc_2.0.0+Atmel3.7.0/doc/examples/stdiodemo/uart.c:99:16: style: Variable 'rxp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/doc/examples/largedemo/largedemo.c:59:0: error: #error "Unsupported MCU type" [preprocessorErrorDirective] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/doc/examples/stdiodemo/lcd.c:62:27: style:inconclusive: Function 'lcd_putchar' argument 2 names different: declaration 'stream' definition 'unused'. [funcArgNamesDifferent] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/doc/examples/stdiodemo/lcd.h:22:31: note: Function 'lcd_putchar' argument 2 names different: declaration 'stream' definition 'unused'. avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/doc/examples/stdiodemo/lcd.c:62:27: note: Function 'lcd_putchar' argument 2 names different: declaration 'stream' definition 'unused'. avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/doc/examples/stdiodemo/lcd.c:62:27: style: Parameter 'unused' can be declared as pointer to const [constParameterPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/doc/examples/stdiodemo/hd44780.c:88:7: style: The if condition is the same as the previous if condition [duplicateCondition] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/doc/examples/stdiodemo/hd44780.c:78:7: note: First condition avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/doc/examples/stdiodemo/hd44780.c:88:7: note: Second condition avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/doc/examples/stdiodemo/hd44780.c:162:25: style:inconclusive: Function 'hd44780_wait_ready' argument 1 names different: declaration 'islong' definition 'longwait'. [funcArgNamesDifferent] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/doc/examples/stdiodemo/hd44780.h:30:30: note: Function 'hd44780_wait_ready' argument 1 names different: declaration 'islong' definition 'longwait'. avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/doc/examples/stdiodemo/hd44780.c:162:25: note: Function 'hd44780_wait_ready' argument 1 names different: declaration 'islong' definition 'longwait'. avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/doc/examples/stdiodemo/stdiodemo.c:78:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/doc/examples/stdiodemo/stdiodemo.c:90:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] avr-libc_2.0.0+Atmel3.7.0/doc/examples/twitest/twitest.c:366:54: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/doc/examples/stdiodemo/uart.c:99:16: style: Variable 'rxp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/libc/stdio/feof.c:40:12: style: Parameter 'stream' can be declared as pointer to const [constParameterPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/libc/stdio/ferror.c:40:14: style: Parameter 'stream' can be declared as pointer to const [constParameterPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/doc/examples/twitest/twitest.c:366:54: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/libc/stdio/vfscanf.c:90:0: error: #error "SHRT_MAX != INT_MAX for target: not supported" [preprocessorErrorDirective] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/libc/stdio/vfprintf.c:569:42: warning: Invalid strnlen() argument nr 2. The value is -1 but the valid values are '0:'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/libc/stdlib/strtod.c:215:27: portability: Casting between const char * and float * which have an incompatible binary data representation. [invalidPointerCast] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/libc/stdlib/strtod.c:197:11: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/libc/stdlib/malloc.c:306:3: portability: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_uint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/libc/stdlib/malloc.c:306:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/libc/stdlib/malloc.c:309:4: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_uint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/libc/stdlib/malloc.c:342:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/libc/stdlib/malloc.c:342:2: portability: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/libc/stdlib/malloc.c:342:2: portability: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/libc/stdlib/malloc.c:351:4: portability: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_uint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/libc/stdlib/malloc.c:351:4: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/libc/stdlib/malloc.c:193:8: style: Variable 'cp1' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/libc/time/asctime.c:42:2: style: Obsolescent function 'asctime_r' called. It is recommended to use 'strftime' instead. [prohibitedasctime_rCalled] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/libc/time/ctime.c:45:2: style: Obsolescent function 'asctime_r' called. It is recommended to use 'strftime' instead. [prohibitedasctime_rCalled] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/libc/time/ctime_r.c:42:2: style: Obsolescent function 'asctime_r' called. It is recommended to use 'strftime' instead. [prohibitedasctime_rCalled] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-1.c:45:38: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-1.c:49:38: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-1.c:54:36: portability: '(void*)E2END' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-1.c:54:43: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-1.c:56:48: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-1.c:63:36: portability: '(void*)E2END' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-1.c:63:43: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-1.c:66:19: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-1.c:67:34: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-1.c:68:34: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-1.c:83:8: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-1.c:89:38: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-1.c:105:38: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-1.c:118:38: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-1.c:130:38: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-3.c:47:17: style: Local variable 'p' shadows outer variable [shadowVariable] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-3.c:39:11: note: Shadowed declaration avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-3.c:47:17: note: Shadow variable avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-3.c:60:16: style: Local variable 'p' shadows outer variable [shadowVariable] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-3.c:39:11: note: Shadowed declaration avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-3.c:60:16: note: Shadow variable avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-3.c:77:17: style: Local variable 'p' shadows outer variable [shadowVariable] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-3.c:39:11: note: Shadowed declaration avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-3.c:77:17: note: Shadow variable avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/sfr-1.c:43:29: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-3.c:102:17: style: Local variable 'p' shadows outer variable [shadowVariable] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-3.c:39:11: note: Shadowed declaration avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-3.c:102:17: note: Shadow variable avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-3.c:42:38: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-3.c:43:32: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/eeprom-3.c:132:38: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/sfr-3.c:57:29: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/avr/sfr-2.c:63:29: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/libc/time/strftime.c:126:17: style: Obsolescent function 'asctime_r' called. It is recommended to use 'strftime' instead. [prohibitedasctime_rCalled] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/libc/time/strftime.c:181:26: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/libc/time/strftime.c:265:26: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/fplib/flt2long-01.c:162:5: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/math/isfinite-01.c:103:21: style: Variable 'vp' is not assigned a value. [unassignedVariable] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/math/modf-np.c:39:24: style: Unused variable: vp [unusedVariable] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/math/signbit-01.c:112:21: style: Variable 'vp' is not assigned a value. [unassignedVariable] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/math/xxx-inf.c:71:7: style: Variable 'x.lo' is reassigned a value before the old one has been used. [redundantAssignment] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/math/xxx-inf.c:66:7: note: x.lo is assigned avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/math/xxx-inf.c:71:7: note: x.lo is overwritten avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/other/alloca.c:47:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/other/alloca.c:70:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/other/alloca.c:103:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/memchr_P.c:44:22: warning: Invalid memchr() argument nr 2. The value is -1 but the valid values are '0:'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/memchr_P.c:83:5: note: Calling function 'Check', 3rd argument '~0' value is -1 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/memchr_P.c:44:22: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/memchr_P.c:48:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/memcmp_P.c:54:23: style: Condition 'expect==0' is always false [knownConditionTrueFalse] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/memrchr_P.c:59:23: warning: Invalid memrchr() argument nr 2. The value is -1 but the valid values are '0:'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/memrchr_P.c:102:5: note: Calling function 'Check', 3rd argument '~0' value is -1 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/memrchr_P.c:59:23: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/memrchr_P.c:68:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/memccpy_P.c:74:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/memccpy_P.c:59:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strchr_P.c:44:22: warning: Invalid strchr() argument nr 2. The value is 321 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strchr_P.c:80:5: note: Calling function 'Check', 3rd argument ''A'+0x100' value is 321 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strchr_P.c:44:22: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strchr_P.c:50:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strchrnul_P.c:62:2: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strcasestr_P.c:72:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strcasestr_P.c:58:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/memmem_P.c:74:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/memmem_P.c:60:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strcspn_P.c:52:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strcspn_P.c:52:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strpbrk_P.c:52:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strpbrk_P.c:43:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strrchr_P.c:43:23: warning: Invalid strrchr() argument nr 2. The value is 321 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strrchr_P.c:81:5: note: Calling function 'Check', 3rd argument ''A'+0x100' value is 321 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strrchr_P.c:43:23: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strrchr_P.c:49:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strspn_P.c:52:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strspn_P.c:52:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strstr_P.c:52:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strstr_P.c:43:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/snprintf_all.c:78:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strsep_P.c:78:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strsep_P.c:97:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strtok_P.c:62:9: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strtok_P.c:71:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/pmstring/strtok_P.c:75:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:56:2: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:79:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:82:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:83:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:84:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:86:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:87:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:91:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:92:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:93:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:101:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:109:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:110:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:113:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:114:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:115:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:56:2: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:80:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:81:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:82:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:86:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:87:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:92:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:104:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:105:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:106:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:110:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:112:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:113:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-5.c:56:2: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:114:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:115:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:116:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:118:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:120:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:122:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:124:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:128:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:133:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:138:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:145:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:150:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:153:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:157:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-5.c:80:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-5.c:82:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-5.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:56:2: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:80:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:81:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:82:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:86:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:87:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:102:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:104:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:106:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:107:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:108:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:109:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:115:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:116:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:117:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:119:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:121:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:123:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:126:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:130:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:135:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:140:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:147:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:154:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_flt-big.c:171:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_flt-big.c:178:5: style:inconclusive: Statements following noreturn function 'exit()' will never be executed. [unreachableCode] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_flt-e01.c:126:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:56:2: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_flt-e01.c:133:5: style:inconclusive: Statements following noreturn function 'exit()' will never be executed. [unreachableCode] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:80:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:81:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:83:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:86:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:87:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:101:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:102:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:105:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:107:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:108:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:109:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:115:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:116:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:117:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:119:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:121:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:123:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:126:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:131:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:136:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:141:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:148:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:154:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-inv.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-inv.c:92:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-inv.c:93:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-inv.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-inv.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-inv.c:99:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_flt-f01.c:168:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_flt-f01.c:175:5: style:inconclusive: Statements following noreturn function 'exit()' will never be executed. [unreachableCode] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_flt-g01.c:164:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_flt-g01.c:171:5: style:inconclusive: Statements following noreturn function 'exit()' will never be executed. [unreachableCode] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_flt-nan.c:103:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_flt-nan.c:110:5: style:inconclusive: Statements following noreturn function 'exit()' will never be executed. [unreachableCode] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_flt-g02.c:219:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_flt-g02.c:226:5: style:inconclusive: Statements following noreturn function 'exit()' will never be executed. [unreachableCode] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_flt-nan.c:41:7: style: union member 'Anonymous0::lo' is never used. [unusedStructMember] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:67:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:87:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:91:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:92:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:99:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:100:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:101:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:110:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:112:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:114:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:67:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:112:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:142:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:147:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:150:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:153:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:67:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:67:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:91:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:104:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:145:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:151:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:104:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:144:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:150:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-5.c:67:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-5.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-5.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-5.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-inv.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-inv.c:100:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-inv.c:101:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-inv.c:102:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-inv.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-inv.c:110:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/vsnprintf_all.c:83:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/vsnprintf_all.c:105:5: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/20080323-jmpbuf.c:52:2: warning: Return value of function rand() is not used. [ignoredReturnValue] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/20080323-jmpbuf.c:58:14: style: Condition '++fill' is always true [knownConditionTrueFalse] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/20080323-jmpbuf.c:54:52: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/20080323-jmpbuf.c:56:13: style: Variable 'isused[i]' is assigned a value that is never used. [unreadVariable] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-19134.c:37:10: style: Variable 's1' can be declared as const array [constVariable] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-19134.c:38:10: style: Variable 's2' can be declared as const array [constVariable] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-19079.c:42:10: style: Variable 's' can be declared as const array [constVariable] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-19135.c:38:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-19281.c:37:16: style: Condition 'isblank('\v')' is always false [knownConditionTrueFalse] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_std-int.c:68:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-22593.c:63:14: warning:inconclusive: Width 3 given in format string (no. 1) is smaller than destination buffer 's1[5]'. [invalidScanfFormatWidth_smaller] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-22593.c:63:14: warning:inconclusive: Width 3 given in format string (no. 2) is smaller than destination buffer 's2[5]'. [invalidScanfFormatWidth_smaller] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_std-int.c:100:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_std-int.c:101:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_std-int.c:102:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_std-int.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_std-int.c:104:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_std-int.c:105:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_std-int.c:106:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_std-int.c:108:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_std-int.c:110:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_std-int.c:112:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_std-int.c:114:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-25723.c:50:5: warning: Return value of function realloc() is not used. [ignoredReturnValue] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-25723.c:50:5: error: Return value of allocation function 'realloc' is not stored. [leakReturnValNotUsed] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-25723.c:48:5: error: Common realloc mistake: 'array' nulled but not freed upon failure [memleakOnRealloc] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-25723.c:49:5: error: Common realloc mistake: 'array' nulled but not freed upon failure [memleakOnRealloc] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-27242.c:51:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-27242.c:72:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-27242.c:76:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-27242.c:80:2: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-27242.c:82:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-27242.c:92:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-27242.c:97:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-27242.c:102:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-27242.c:104:2: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:54:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:58:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:63:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:68:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:68:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:73:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:73:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:78:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:78:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:82:2: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:84:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:86:2: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:88:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:94:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:98:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:98:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:100:2: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:102:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:106:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:109:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:113:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:117:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:117:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:120:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:120:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:124:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:124:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:128:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:128:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:130:2: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/regression/bug-28135.c:130:2: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/scanf/scanf_brk-nul.c:130:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/scanf/scanf_brk-nul.c:138:13: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/scanf/scanf-nul.c:153:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/scanf/sscanf-eon.c:95:6: warning: %o in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/scanf/sscanf-eon.c:95:6: warning: %o in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/scanf/sscanf-eon.c:95:6: warning: %o in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/scanf/sscanf-eon.c:109:6: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/scanf/sscanf-eon.c:109:6: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/scanf/sscanf-eon.c:109:6: warning: %x in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/scanf/sscanf_flt-f1.c:112:5: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/scanf/sscanf_flt-f1.c:113:5: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/scanf/sscanf_flt-f1.c:114:5: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/scanf/sscanf_flt-f1.c:115:5: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/scanf/sscanf_flt-f1.c:116:5: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/bsearch-3.c:62:4: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/bsearch-3.c:62:4: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/dtostre.h:124:18: portability: 'pv' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/scanf/sscanf_flt-fw.c:136:5: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/scanf/sscanf_flt-fw.c:119:5: warning: Unused variable value '__x' [constStatement] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/scanf/sscanf_flt-fnn.c:145:5: warning: Unused variable value '__x' [constStatement] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/scanf/sscanf_flt-fnn.c:162:5: warning: Unused variable value '__x' [constStatement] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/dtostrf.h:109:18: portability: 'pv' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isalpha-1.c:65:19: warning: Invalid isalpha() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isalpha-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isalpha-1.c:65:19: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isalnum-1.c:68:19: warning: Invalid isalnum() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isalnum-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isalnum-1.c:68:19: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isblank-1.c:65:19: warning: Invalid isblank() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isblank-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isblank-1.c:65:19: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isdigit-1.c:59:33: warning: Invalid strchr() argument nr 2. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isdigit-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isdigit-1.c:59:33: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isascii-1.c:65:19: warning: Invalid isascii() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isascii-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isascii-1.c:65:19: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/iscntrl-1.c:65:19: warning: Invalid iscntrl() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/iscntrl-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/iscntrl-1.c:65:19: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isprint-1.c:65:19: warning: Invalid isprint() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isprint-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isprint-1.c:65:19: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/islower-1.c:65:19: warning: Invalid islower() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/islower-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/islower-1.c:65:19: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isgraph-1.c:65:19: warning: Invalid isgraph() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isgraph-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isgraph-1.c:65:19: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isxdigit-1.c:59:45: warning: Invalid strchr() argument nr 2. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isxdigit-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isxdigit-1.c:59:45: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isspace-1.c:59:34: warning: Invalid strchr() argument nr 2. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isspace-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isspace-1.c:59:34: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isupper-1.c:65:19: warning: Invalid isupper() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isupper-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/isupper-1.c:65:19: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/ispunct-1.c:70:19: warning: Invalid ispunct() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/ispunct-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/ispunct-1.c:70:19: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/itoa-1.c:95:21: error: Invalid itoa() argument nr 3. The value is 1 but the valid values are '2:36'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/itoa-1.c:98:21: error: Invalid itoa() argument nr 3. The value is 37 but the valid values are '2:36'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/itoa-1.c:101:21: error: Invalid itoa() argument nr 3. The value is 264 but the valid values are '2:36'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/itoa-1.c:142:21: warning: Invalid itoa() argument nr 3. The value is 1 but the valid values are '2:36'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/itoa-1.c:141:11: note: Assignment 'rdx=1', assigned value is 1 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/itoa-1.c:142:21: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/itoa-1.c:146:21: warning: Invalid itoa() argument nr 3. The value is 37 but the valid values are '2:36'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/itoa-1.c:144:11: note: Assignment 'rdx=37', assigned value is 37 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/itoa-1.c:146:21: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/itoa-1.c:150:21: warning: Invalid itoa() argument nr 3. The value is 264 but the valid values are '2:36'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/itoa-1.c:148:11: note: Assignment 'rdx=0x0108', assigned value is 264 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/itoa-1.c:150:21: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/itoa-2.c:94:23: warning: Invalid itoa() argument nr 3. The value is 0 but the valid values are '2:36'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/itoa-2.c:115:5: note: Calling function 'Check', 4th argument '0' value is 0 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/itoa-2.c:94:23: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/itoa-2.c:72:12: warning: Uninitialized variable: s [uninitvar] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/itoa-2.c:132:12: note: Calling function 'itoa', 2nd argument 's' value is avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/itoa-2.c:72:12: note: Uninitialized variable: s avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-1.c:51:6: style: Statements following noreturn function 'longjmp()' will never be executed. [unreachableCode] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-1.c:62:6: style: Statements following noreturn function 'longjmp()' will never be executed. [unreachableCode] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-1.c:73:6: style: Statements following noreturn function 'longjmp()' will never be executed. [unreachableCode] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/ltoa-2.c:72:12: warning: Uninitialized variable: s [uninitvar] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/ltoa-2.c:138:12: note: Calling function 'ltoa', 2nd argument 's' value is avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/ltoa-2.c:72:12: note: Uninitialized variable: s avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-4.c:50:16: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-3.c:79:14: style: Condition '++fill' is always true [knownConditionTrueFalse] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-3.c:57:35: portability: '(void*)&buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-3.c:57:52: portability: 'p' is of type 'void * volatile'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-3.c:71:35: portability: '(void*)&buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-3.c:71:52: portability: 'p' is of type 'void * volatile'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-3.c:74:32: portability: '(void*)&buf.env' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/strtol.h:58:2: portability: %d in format string (no. 5) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/strtol-3.c:66:14: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/strtol-2.c:67:14: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/strtoul.h:58:2: portability: %d in format string (no. 5) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/strtoul-3.c:74:14: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/strtoul-2.c:103:18: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/toupper-1.c:58:15: warning: Invalid toupper() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/toupper-1.c:57:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/toupper-1.c:58:15: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/tolower-1.c:58:15: warning: Invalid tolower() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/tolower-1.c:57:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/tolower-1.c:58:15: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/utoa-2.c:125:4: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/utoa-3.c:111:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/utoa-3.c:116:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/utoa-3.c:121:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/utoa-3.c:126:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/utoa-3.c:131:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/utoa-3.c:136:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/utoa-3.c:141:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/utoa-3.c:146:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/memchr.c:48:36: portability:inconclusive: Undefined behaviour, pointer arithmetic 't+expect' is out of bounds. [pointerOutOfBounds] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/memchr.c:65:5: note: Calling function 'Check', 5th argument '-1' value is -1 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/memchr.c:48:36: note: Pointer arithmetic overflow avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/memchr.c:47:20: warning:inconclusive: Invalid memchr() argument nr 2. The value is -1 but the valid values are '0:'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/memchr.c:86:5: note: Calling function 'Check', 3rd argument '~0' value is -1 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/memchr.c:47:20: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/memchr.c:51:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/memchr.c:42:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/memcmp.c:55:23: style: Condition 'expect==0' is always false [knownConditionTrueFalse] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/memccpy.c:75:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/memccpy.c:59:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/ultoa-2.c:125:4: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/memrchr.c:63:21: warning:inconclusive: Invalid memrchr() argument nr 2. The value is -1 but the valid values are '0:'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/memrchr.c:110:5: note: Calling function 'Check', 3rd argument '~0' value is -1 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/memrchr.c:63:21: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/memrchr.c:72:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/memrchr.c:58:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strchr.c:44:11: portability: Undefined behaviour, pointer arithmetic 't+expect' is out of bounds. [pointerOutOfBounds] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strchr.c:60:5: note: Calling function 'Check', 4th argument '-1' value is -1 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strchr.c:42:22: note: Assuming condition is false avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strchr.c:44:11: note: Pointer arithmetic overflow avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strchr.c:41:20: warning: Invalid strchr() argument nr 2. The value is 321 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strchr.c:77:5: note: Calling function 'Check', 3rd argument ''A'+0x100' value is 321 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strchr.c:41:20: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strchr.c:47:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strchr.c:39:19: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strchrnul.c:65:2: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strchrnul.c:57:19: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strcspn.c:54:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strcspn.c:54:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/memmem.c:75:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/memmem.c:60:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strrchr.c:46:11: portability: Undefined behaviour, pointer arithmetic 't+expect' is out of bounds. [pointerOutOfBounds] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strrchr.c:62:5: note: Calling function 'Check', 4th argument '-1' value is -1 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strrchr.c:44:22: note: Assuming condition is false avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strrchr.c:46:11: note: Pointer arithmetic overflow avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strrchr.c:43:21: warning: Invalid strrchr() argument nr 2. The value is 321 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strrchr.c:81:5: note: Calling function 'Check', 3rd argument ''A'+0x100' value is 321 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strrchr.c:43:21: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strrchr.c:49:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strrchr.c:41:19: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strcasestr.c:74:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strcasestr.c:59:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strpbrk.c:54:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strpbrk.c:43:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strspn.c:54:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strspn.c:54:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strstr.c:54:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strstr.c:43:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/time/isotime.c:51:10: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/time/isotime.c:56:10: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/time/isotime.c:48:18: style: Variable 'cp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/time/mktime.c:41:15: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/time/mktime.c:44:15: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strsep.c:79:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strsep.c:98:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strtok.c:62:9: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strtok.c:71:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/string/strtok.c:75:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/stdio/feof.c:40:12: style: Parameter 'stream' can be declared as pointer to const [constParameterPointer] avr-libc_2.0.0+Atmel3.7.0/libc/stdio/ferror.c:40:14: style: Parameter 'stream' can be declared as pointer to const [constParameterPointer] avr-libc_2.0.0+Atmel3.7.0/libc/stdio/vfscanf.c:90:0: error: #error "SHRT_MAX != INT_MAX for target: not supported" [preprocessorErrorDirective] avr-libc_2.0.0+Atmel3.7.0/libc/stdio/vfprintf.c:569:42: warning: Invalid strnlen() argument nr 2. The value is -1 but the valid values are '0:'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/libc/stdlib/strtod.c:215:27: portability: Casting between const char * and float * which have an incompatible binary data representation. [invalidPointerCast] avr-libc_2.0.0+Atmel3.7.0/libc/stdlib/strtod.c:197:11: error: Overlapping read/write of union is undefined behavior [overlappingWriteUnion] avr-libc_2.0.0+Atmel3.7.0/libc/stdlib/malloc.c:306:3: portability: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_uint] avr-libc_2.0.0+Atmel3.7.0/libc/stdlib/malloc.c:306:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] avr-libc_2.0.0+Atmel3.7.0/libc/stdlib/malloc.c:309:4: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_uint] avr-libc_2.0.0+Atmel3.7.0/libc/stdlib/malloc.c:342:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/libc/stdlib/malloc.c:342:2: portability: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] avr-libc_2.0.0+Atmel3.7.0/libc/stdlib/malloc.c:342:2: portability: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] avr-libc_2.0.0+Atmel3.7.0/libc/stdlib/malloc.c:351:4: portability: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_uint] avr-libc_2.0.0+Atmel3.7.0/libc/stdlib/malloc.c:351:4: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] avr-libc_2.0.0+Atmel3.7.0/libc/stdlib/malloc.c:193:8: style: Variable 'cp1' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/time/asctime.c:42:2: style: Obsolescent function 'asctime_r' called. It is recommended to use 'strftime' instead. [prohibitedasctime_rCalled] avr-libc_2.0.0+Atmel3.7.0/libc/time/ctime.c:45:2: style: Obsolescent function 'asctime_r' called. It is recommended to use 'strftime' instead. [prohibitedasctime_rCalled] avr-libc_2.0.0+Atmel3.7.0/libc/time/ctime_r.c:42:2: style: Obsolescent function 'asctime_r' called. It is recommended to use 'strftime' instead. [prohibitedasctime_rCalled] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-1.c:45:38: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-1.c:49:38: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-1.c:54:36: portability: '(void*)E2END' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-1.c:54:43: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-1.c:56:48: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-1.c:63:36: portability: '(void*)E2END' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-1.c:63:43: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-1.c:66:19: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-1.c:67:34: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-1.c:68:34: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-1.c:83:8: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-1.c:89:38: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-1.c:105:38: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-1.c:118:38: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-1.c:130:38: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-3.c:47:17: style: Local variable 'p' shadows outer variable [shadowVariable] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-3.c:39:11: note: Shadowed declaration avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-3.c:47:17: note: Shadow variable avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-3.c:60:16: style: Local variable 'p' shadows outer variable [shadowVariable] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-3.c:39:11: note: Shadowed declaration avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-3.c:60:16: note: Shadow variable avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-3.c:77:17: style: Local variable 'p' shadows outer variable [shadowVariable] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-3.c:39:11: note: Shadowed declaration avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-3.c:77:17: note: Shadow variable avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-3.c:102:17: style: Local variable 'p' shadows outer variable [shadowVariable] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-3.c:39:11: note: Shadowed declaration avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-3.c:102:17: note: Shadow variable avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/sfr-1.c:43:29: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-3.c:42:38: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-3.c:43:32: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/eeprom-3.c:132:38: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/sfr-2.c:63:29: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/avr/sfr-3.c:57:29: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/libc/time/strftime.c:126:17: style: Obsolescent function 'asctime_r' called. It is recommended to use 'strftime' instead. [prohibitedasctime_rCalled] avr-libc_2.0.0+Atmel3.7.0/libc/time/strftime.c:181:26: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] avr-libc_2.0.0+Atmel3.7.0/libc/time/strftime.c:265:26: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/fplib/flt2long-01.c:162:5: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/math/isfinite-01.c:103:21: style: Variable 'vp' is not assigned a value. [unassignedVariable] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/math/modf-np.c:39:24: style: Unused variable: vp [unusedVariable] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/math/signbit-01.c:112:21: style: Variable 'vp' is not assigned a value. [unassignedVariable] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/math/xxx-inf.c:71:7: style: Variable 'x.lo' is reassigned a value before the old one has been used. [redundantAssignment] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/math/xxx-inf.c:66:7: note: x.lo is assigned avr-libc_2.0.0+Atmel3.7.0/tests/simulate/math/xxx-inf.c:71:7: note: x.lo is overwritten avr-libc_2.0.0+Atmel3.7.0/tests/simulate/other/alloca.c:47:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/other/alloca.c:70:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/other/alloca.c:103:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/memchr_P.c:44:22: warning: Invalid memchr() argument nr 2. The value is -1 but the valid values are '0:'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/memchr_P.c:83:5: note: Calling function 'Check', 3rd argument '~0' value is -1 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/memchr_P.c:44:22: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/memchr_P.c:48:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/memcmp_P.c:54:23: style: Condition 'expect==0' is always false [knownConditionTrueFalse] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/memrchr_P.c:59:23: warning: Invalid memrchr() argument nr 2. The value is -1 but the valid values are '0:'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/memrchr_P.c:102:5: note: Calling function 'Check', 3rd argument '~0' value is -1 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/memrchr_P.c:59:23: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/memrchr_P.c:68:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/memccpy_P.c:74:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/memccpy_P.c:59:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strchr_P.c:44:22: warning: Invalid strchr() argument nr 2. The value is 321 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strchr_P.c:80:5: note: Calling function 'Check', 3rd argument ''A'+0x100' value is 321 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strchr_P.c:44:22: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strchr_P.c:50:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strchrnul_P.c:62:2: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/memmem_P.c:74:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/memmem_P.c:60:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strcasestr_P.c:72:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strcasestr_P.c:58:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strcspn_P.c:52:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strcspn_P.c:52:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strpbrk_P.c:52:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strpbrk_P.c:43:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strrchr_P.c:43:23: warning: Invalid strrchr() argument nr 2. The value is 321 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strrchr_P.c:81:5: note: Calling function 'Check', 3rd argument ''A'+0x100' value is 321 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strrchr_P.c:43:23: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strrchr_P.c:49:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strspn_P.c:52:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strspn_P.c:52:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strstr_P.c:52:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strstr_P.c:43:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strsep_P.c:78:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strsep_P.c:97:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/snprintf_all.c:78:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strtok_P.c:62:9: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strtok_P.c:71:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/pmstring/strtok_P.c:75:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:56:2: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:79:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:82:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:83:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:84:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:86:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:87:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:91:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:92:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:93:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:101:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:109:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:110:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:113:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:114:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:115:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-5.c:56:2: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-5.c:80:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-5.c:82:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-5.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:56:2: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:56:2: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:80:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:81:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:82:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:86:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:87:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:92:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:104:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:105:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:106:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:110:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:112:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:113:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:114:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:115:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:116:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:118:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:120:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:122:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:124:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:128:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:133:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:80:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:138:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:81:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:145:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:82:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:150:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:86:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:153:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:87:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:157:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:102:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:104:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:106:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:107:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:108:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:109:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:115:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:116:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:117:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:119:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:121:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:123:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:126:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:130:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:135:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:140:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:147:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:154:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:56:2: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:80:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:81:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:83:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:86:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:87:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:101:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:102:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:105:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:107:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:108:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:109:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:115:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:116:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:117:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:119:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:121:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:123:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:126:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:131:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:136:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:141:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:148:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:154:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-inv.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-inv.c:92:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-inv.c:93:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-inv.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-inv.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-inv.c:99:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_flt-big.c:171:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_flt-big.c:178:5: style:inconclusive: Statements following noreturn function 'exit()' will never be executed. [unreachableCode] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_flt-e01.c:126:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_flt-e01.c:133:5: style:inconclusive: Statements following noreturn function 'exit()' will never be executed. [unreachableCode] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_flt-g01.c:164:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_flt-g01.c:171:5: style:inconclusive: Statements following noreturn function 'exit()' will never be executed. [unreachableCode] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_flt-f01.c:168:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_flt-f01.c:175:5: style:inconclusive: Statements following noreturn function 'exit()' will never be executed. [unreachableCode] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_flt-nan.c:103:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_flt-nan.c:110:5: style:inconclusive: Statements following noreturn function 'exit()' will never be executed. [unreachableCode] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_flt-g02.c:219:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_flt-g02.c:226:5: style:inconclusive: Statements following noreturn function 'exit()' will never be executed. [unreachableCode] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_flt-nan.c:41:7: style: union member 'Anonymous0::lo' is never used. [unusedStructMember] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:67:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:112:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:142:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:147:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:150:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:153:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:67:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:67:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:67:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:104:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:144:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:87:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:150:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:91:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:92:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:99:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:100:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:101:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:110:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:112:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:114:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:91:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:104:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:145:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:151:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-5.c:67:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-5.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-5.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-5.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-inv.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-inv.c:100:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-inv.c:101:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-inv.c:102:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-inv.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-inv.c:110:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/vsnprintf_all.c:83:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/vsnprintf_all.c:105:5: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/20080323-jmpbuf.c:52:2: warning: Return value of function rand() is not used. [ignoredReturnValue] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/20080323-jmpbuf.c:58:14: style: Condition '++fill' is always true [knownConditionTrueFalse] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/20080323-jmpbuf.c:54:52: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/20080323-jmpbuf.c:56:13: style: Variable 'isused[i]' is assigned a value that is never used. [unreadVariable] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-19079.c:42:10: style: Variable 's' can be declared as const array [constVariable] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-19134.c:37:10: style: Variable 's1' can be declared as const array [constVariable] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-19134.c:38:10: style: Variable 's2' can be declared as const array [constVariable] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-19135.c:38:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-19281.c:37:16: style: Condition 'isblank('\v')' is always false [knownConditionTrueFalse] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_std-int.c:68:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-22593.c:63:14: warning:inconclusive: Width 3 given in format string (no. 1) is smaller than destination buffer 's1[5]'. [invalidScanfFormatWidth_smaller] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-22593.c:63:14: warning:inconclusive: Width 3 given in format string (no. 2) is smaller than destination buffer 's2[5]'. [invalidScanfFormatWidth_smaller] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_std-int.c:100:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_std-int.c:101:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_std-int.c:102:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_std-int.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_std-int.c:104:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_std-int.c:105:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_std-int.c:106:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_std-int.c:108:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_std-int.c:110:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_std-int.c:112:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_std-int.c:114:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-25723.c:50:5: warning: Return value of function realloc() is not used. [ignoredReturnValue] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-25723.c:50:5: error: Return value of allocation function 'realloc' is not stored. [leakReturnValNotUsed] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-25723.c:48:5: error: Common realloc mistake: 'array' nulled but not freed upon failure [memleakOnRealloc] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-25723.c:49:5: error: Common realloc mistake: 'array' nulled but not freed upon failure [memleakOnRealloc] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-27242.c:51:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-27242.c:72:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-27242.c:76:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-27242.c:80:2: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-27242.c:82:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-27242.c:92:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-27242.c:97:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-27242.c:102:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-27242.c:104:2: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:54:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:58:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:63:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:68:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:68:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:73:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:73:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:78:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:78:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:82:2: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:84:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:86:2: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:88:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:94:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:98:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:98:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:100:2: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:102:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:106:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:109:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:113:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:117:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:117:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:120:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:120:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:124:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:124:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:128:3: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:128:3: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:130:2: error: Memory leak: p [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/regression/bug-28135.c:130:2: error: Memory leak: p1 [memleak] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/scanf/scanf_brk-nul.c:130:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/scanf/scanf_brk-nul.c:138:13: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/scanf/scanf-nul.c:153:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/scanf/sscanf-eon.c:95:6: warning: %o in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/scanf/sscanf-eon.c:95:6: warning: %o in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/scanf/sscanf-eon.c:95:6: warning: %o in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/scanf/sscanf-eon.c:109:6: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/scanf/sscanf-eon.c:109:6: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/scanf/sscanf-eon.c:109:6: warning: %x in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/scanf/sscanf_flt-f1.c:112:5: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/scanf/sscanf_flt-f1.c:113:5: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/scanf/sscanf_flt-f1.c:114:5: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/scanf/sscanf_flt-f1.c:115:5: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/scanf/sscanf_flt-f1.c:116:5: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/scanf/sscanf_flt-fw.c:136:5: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/scanf/sscanf_flt-fw.c:119:5: warning: Unused variable value '__x' [constStatement] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/bsearch-3.c:62:4: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/bsearch-3.c:62:4: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/dtostre.h:124:18: portability: 'pv' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/scanf/sscanf_flt-fnn.c:145:5: warning: Unused variable value '__x' [constStatement] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/scanf/sscanf_flt-fnn.c:162:5: warning: Unused variable value '__x' [constStatement] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/dtostrf.h:109:18: portability: 'pv' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isalpha-1.c:65:19: warning: Invalid isalpha() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isalpha-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isalpha-1.c:65:19: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isalnum-1.c:68:19: warning: Invalid isalnum() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isalnum-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isalnum-1.c:68:19: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isblank-1.c:65:19: warning: Invalid isblank() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isblank-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isblank-1.c:65:19: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isascii-1.c:65:19: warning: Invalid isascii() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isascii-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isascii-1.c:65:19: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isdigit-1.c:59:33: warning: Invalid strchr() argument nr 2. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isdigit-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isdigit-1.c:59:33: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/iscntrl-1.c:65:19: warning: Invalid iscntrl() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/iscntrl-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/iscntrl-1.c:65:19: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isgraph-1.c:65:19: warning: Invalid isgraph() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isgraph-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isgraph-1.c:65:19: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/islower-1.c:65:19: warning: Invalid islower() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/islower-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/islower-1.c:65:19: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isprint-1.c:65:19: warning: Invalid isprint() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isprint-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isprint-1.c:65:19: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isxdigit-1.c:59:45: warning: Invalid strchr() argument nr 2. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isxdigit-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isxdigit-1.c:59:45: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isupper-1.c:65:19: warning: Invalid isupper() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isupper-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isupper-1.c:65:19: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isspace-1.c:59:34: warning: Invalid strchr() argument nr 2. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isspace-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/isspace-1.c:59:34: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/ispunct-1.c:70:19: warning: Invalid ispunct() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/ispunct-1.c:58:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/ispunct-1.c:70:19: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/itoa-1.c:95:21: error: Invalid itoa() argument nr 3. The value is 1 but the valid values are '2:36'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/itoa-1.c:98:21: error: Invalid itoa() argument nr 3. The value is 37 but the valid values are '2:36'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/itoa-1.c:101:21: error: Invalid itoa() argument nr 3. The value is 264 but the valid values are '2:36'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/itoa-1.c:142:21: warning: Invalid itoa() argument nr 3. The value is 1 but the valid values are '2:36'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/itoa-1.c:141:11: note: Assignment 'rdx=1', assigned value is 1 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/itoa-1.c:142:21: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/itoa-1.c:146:21: warning: Invalid itoa() argument nr 3. The value is 37 but the valid values are '2:36'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/itoa-1.c:144:11: note: Assignment 'rdx=37', assigned value is 37 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/itoa-1.c:146:21: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/itoa-1.c:150:21: warning: Invalid itoa() argument nr 3. The value is 264 but the valid values are '2:36'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/itoa-1.c:148:11: note: Assignment 'rdx=0x0108', assigned value is 264 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/itoa-1.c:150:21: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/itoa-2.c:94:23: warning: Invalid itoa() argument nr 3. The value is 0 but the valid values are '2:36'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/itoa-2.c:115:5: note: Calling function 'Check', 4th argument '0' value is 0 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/itoa-2.c:94:23: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/itoa-2.c:72:12: warning: Uninitialized variable: s [uninitvar] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/itoa-2.c:132:12: note: Calling function 'itoa', 2nd argument 's' value is avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/itoa-2.c:72:12: note: Uninitialized variable: s avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-1.c:51:6: style: Statements following noreturn function 'longjmp()' will never be executed. [unreachableCode] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-1.c:62:6: style: Statements following noreturn function 'longjmp()' will never be executed. [unreachableCode] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-1.c:73:6: style: Statements following noreturn function 'longjmp()' will never be executed. [unreachableCode] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/ltoa-2.c:72:12: warning: Uninitialized variable: s [uninitvar] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/ltoa-2.c:138:12: note: Calling function 'ltoa', 2nd argument 's' value is avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/ltoa-2.c:72:12: note: Uninitialized variable: s avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-3.c:79:14: style: Condition '++fill' is always true [knownConditionTrueFalse] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-3.c:57:35: portability: '(void*)&buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-3.c:57:52: portability: 'p' is of type 'void * volatile'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-3.c:71:35: portability: '(void*)&buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-3.c:71:52: portability: 'p' is of type 'void * volatile'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-3.c:74:32: portability: '(void*)&buf.env' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-4.c:50:16: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/strtol.h:58:2: portability: %d in format string (no. 5) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/strtol-3.c:66:14: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/strtol-2.c:67:14: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/strtoul.h:58:2: portability: %d in format string (no. 5) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/strtoul-2.c:103:18: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/strtoul-3.c:74:14: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/tolower-1.c:58:15: warning: Invalid tolower() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/tolower-1.c:57:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/tolower-1.c:58:15: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/toupper-1.c:58:15: warning: Invalid toupper() argument nr 1. The value is -1 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/toupper-1.c:57:15: note: Assignment 'i=-1', assigned value is -1 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/toupper-1.c:58:15: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/utoa-2.c:125:4: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/utoa-3.c:111:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/utoa-3.c:116:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/utoa-3.c:121:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/utoa-3.c:126:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/utoa-3.c:131:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/utoa-3.c:136:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/utoa-3.c:141:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/utoa-3.c:146:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/memchr.c:48:36: portability:inconclusive: Undefined behaviour, pointer arithmetic 't+expect' is out of bounds. [pointerOutOfBounds] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/memchr.c:65:5: note: Calling function 'Check', 5th argument '-1' value is -1 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/memchr.c:48:36: note: Pointer arithmetic overflow avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/memchr.c:47:20: warning:inconclusive: Invalid memchr() argument nr 2. The value is -1 but the valid values are '0:'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/memchr.c:86:5: note: Calling function 'Check', 3rd argument '~0' value is -1 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/memchr.c:47:20: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/memchr.c:51:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/memchr.c:42:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/ultoa-2.c:125:4: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/memcmp.c:55:23: style: Condition 'expect==0' is always false [knownConditionTrueFalse] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/memccpy.c:75:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/memccpy.c:59:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/memrchr.c:63:21: warning:inconclusive: Invalid memrchr() argument nr 2. The value is -1 but the valid values are '0:'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/memrchr.c:110:5: note: Calling function 'Check', 3rd argument '~0' value is -1 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/memrchr.c:63:21: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/memrchr.c:72:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/memrchr.c:58:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strchr.c:44:11: portability: Undefined behaviour, pointer arithmetic 't+expect' is out of bounds. [pointerOutOfBounds] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strchr.c:60:5: note: Calling function 'Check', 4th argument '-1' value is -1 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strchr.c:42:22: note: Assuming condition is false avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strchr.c:44:11: note: Pointer arithmetic overflow avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strchr.c:41:20: warning: Invalid strchr() argument nr 2. The value is 321 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strchr.c:77:5: note: Calling function 'Check', 3rd argument ''A'+0x100' value is 321 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strchr.c:41:20: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strchr.c:47:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strchr.c:39:19: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strchrnul.c:65:2: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strchrnul.c:57:19: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strcspn.c:54:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strcspn.c:54:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/memmem.c:75:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/memmem.c:60:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strrchr.c:46:11: portability: Undefined behaviour, pointer arithmetic 't+expect' is out of bounds. [pointerOutOfBounds] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strrchr.c:62:5: note: Calling function 'Check', 4th argument '-1' value is -1 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strrchr.c:44:22: note: Assuming condition is false avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strrchr.c:46:11: note: Pointer arithmetic overflow avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strrchr.c:43:21: warning: Invalid strrchr() argument nr 2. The value is 321 but the valid values are '0:255'. [invalidFunctionArg] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strrchr.c:81:5: note: Calling function 'Check', 3rd argument ''A'+0x100' value is 321 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strrchr.c:43:21: note: Invalid argument avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strrchr.c:49:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strrchr.c:41:19: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strcasestr.c:74:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strpbrk.c:54:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strcasestr.c:59:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strpbrk.c:43:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strspn.c:54:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strspn.c:54:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strstr.c:54:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strstr.c:43:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/time/isotime.c:51:10: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/time/isotime.c:56:10: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/time/isotime.c:48:18: style: Variable 'cp' can be declared as pointer to const [constVariablePointer] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strtok.c:62:9: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strtok.c:71:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strtok.c:75:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/time/mktime.c:41:15: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/time/mktime.c:44:15: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strsep.c:79:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/string/strsep.c:98:6: portability: %d in format string (no. 3) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] diff: head avr-libc_2.0.0+Atmel3.7.0/doc/examples/stdiodemo/lcd.c:62:27: style: Parameter 'unused' can be declared as pointer to const [constParameterPointer] head avr-libc_2.0.0+Atmel3.7.0/doc/examples/stdiodemo/uart.c:99:16: style: Variable 'rxp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/doc/examples/stdiodemo/lcd.c:62:27: style: Parameter 'unused' can be declared as pointer to const [constParameterPointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/doc/examples/stdiodemo/uart.c:99:16: style: Variable 'rxp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:101:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:109:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:110:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:113:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:114:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:115:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:79:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:82:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:83:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:84:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:86:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:87:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:91:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:92:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:93:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-1.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:104:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:105:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:106:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:110:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:112:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:113:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:114:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:115:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:116:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:118:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:120:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:122:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:124:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:128:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:133:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:138:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:145:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:150:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:153:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:157:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:80:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:81:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:82:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:86:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:87:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:92:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-2.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:102:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:104:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:106:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:107:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:108:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:109:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:115:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:116:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:117:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:119:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:121:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:123:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:126:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:130:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:135:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:140:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:147:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:154:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:80:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:81:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:82:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:86:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:87:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-3.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:101:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:102:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:105:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:107:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:108:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:109:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:115:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:116:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:117:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:119:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:121:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:123:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:126:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:131:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:136:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:141:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:148:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:154:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:80:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:81:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:83:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:86:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:87:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-4.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-5.c:80:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-5.c:82:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-5.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-inv.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-inv.c:92:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-inv.c:93:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-inv.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-inv.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf-inv.c:99:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:100:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:101:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:110:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:112:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:114:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:87:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:91:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:92:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-1.c:99:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:112:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:142:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:147:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:150:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:153:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-2.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:104:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:144:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:150:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-3.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:104:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:145:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:151:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:91:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-4.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-5.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-5.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-5.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-inv.c:100:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-inv.c:101:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-inv.c:102:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-inv.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-inv.c:110:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_min-inv.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_std-int.c:100:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_std-int.c:101:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_std-int.c:102:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_std-int.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_std-int.c:104:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_std-int.c:105:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_std-int.c:106:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_std-int.c:108:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_std-int.c:110:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_std-int.c:112:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/printf/sprintf_std-int.c:114:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/itoa-2.c:72:12: warning: Uninitialized variable: s [uninitvar] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/itoa-2.c:132:12: note: Calling function 'itoa', 2nd argument 's' value is avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/itoa-2.c:72:12: note: Uninitialized variable: s head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/ltoa-2.c:72:12: warning: Uninitialized variable: s [uninitvar] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/ltoa-2.c:138:12: note: Calling function 'ltoa', 2nd argument 's' value is avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/ltoa-2.c:72:12: note: Uninitialized variable: s head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-3.c:57:52: portability: 'p' is of type 'void * volatile'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] 2.13.0 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-3.c:57:52: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] head avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-3.c:71:52: portability: 'p' is of type 'void * volatile'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] 2.13.0 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-3.c:71:52: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] 2.13.0 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-3.c:73:9: error: Comparing pointers that point to different objects [comparePointers] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-3.c:40:3: note: Variable declared here. avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-3.c:71:11: note: Address of variable taken here. avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-3.c:38:13: note: Variable declared here. avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-3.c:73:19: note: Address of variable taken here. avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-3.c:73:9: note: Comparing pointers that point to different objects 2.13.0 avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-3.c:74:12: error: Comparing pointers that point to different objects [comparePointers] avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-3.c:40:3: note: Variable declared here. avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-3.c:71:11: note: Address of variable taken here. avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-3.c:38:13: note: Variable declared here. avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-3.c:74:23: note: Address of variable taken here. avr-libc_2.0.0+Atmel3.7.0/libc/avr-libc/tests/simulate/stdlib/setjmp-3.c:74:12: note: Comparing pointers that point to different objects head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:101:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:109:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:110:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:113:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:114:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:115:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:79:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:82:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:83:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:84:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:86:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:87:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:91:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:92:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:93:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-1.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:104:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:105:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:106:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:110:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:112:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:113:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:114:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:115:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:116:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:118:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:120:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:122:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:124:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:128:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:133:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:138:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:145:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:150:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:153:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:157:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:80:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:81:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:82:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:86:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:87:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:92:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-2.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:102:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:104:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:106:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:107:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:108:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:109:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:115:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:116:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:117:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:119:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:121:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:123:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:126:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:130:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:135:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:140:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:147:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:154:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:80:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:81:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:82:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:86:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:87:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-3.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:101:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:102:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:105:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:107:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:108:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:109:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:115:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:116:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:117:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:119:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:121:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:123:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:126:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:131:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:136:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:141:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:148:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:154:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:80:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:81:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:83:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:86:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:87:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-4.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-5.c:80:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-5.c:82:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-5.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-inv.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-inv.c:92:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-inv.c:93:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-inv.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-inv.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf-inv.c:99:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:100:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:101:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:110:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:112:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:114:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:87:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:91:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:92:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-1.c:99:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:111:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:112:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:142:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:147:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:150:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:153:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-2.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:104:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:144:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:150:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-3.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:104:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:145:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:151:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:89:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:91:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:94:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:95:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:96:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-4.c:98:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-5.c:88:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-5.c:90:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-5.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-inv.c:100:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-inv.c:101:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-inv.c:102:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-inv.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-inv.c:110:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_min-inv.c:97:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_std-int.c:100:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_std-int.c:101:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_std-int.c:102:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_std-int.c:103:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_std-int.c:104:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_std-int.c:105:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_std-int.c:106:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_std-int.c:108:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_std-int.c:110:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_std-int.c:112:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/printf/sprintf_std-int.c:114:5: style: Variable 'vp' can be declared as pointer to const [constVariablePointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/itoa-2.c:72:12: warning: Uninitialized variable: s [uninitvar] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/itoa-2.c:132:12: note: Calling function 'itoa', 2nd argument 's' value is avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/itoa-2.c:72:12: note: Uninitialized variable: s head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/ltoa-2.c:72:12: warning: Uninitialized variable: s [uninitvar] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/ltoa-2.c:138:12: note: Calling function 'ltoa', 2nd argument 's' value is avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/ltoa-2.c:72:12: note: Uninitialized variable: s head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-3.c:57:52: portability: 'p' is of type 'void * volatile'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] 2.13.0 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-3.c:57:52: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] head avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-3.c:71:52: portability: 'p' is of type 'void * volatile'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] 2.13.0 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-3.c:71:52: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] 2.13.0 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-3.c:73:9: error: Comparing pointers that point to different objects [comparePointers] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-3.c:40:3: note: Variable declared here. avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-3.c:71:11: note: Address of variable taken here. avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-3.c:38:13: note: Variable declared here. avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-3.c:73:19: note: Address of variable taken here. avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-3.c:73:9: note: Comparing pointers that point to different objects 2.13.0 avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-3.c:74:12: error: Comparing pointers that point to different objects [comparePointers] avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-3.c:40:3: note: Variable declared here. avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-3.c:71:11: note: Address of variable taken here. avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-3.c:38:13: note: Variable declared here. avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-3.c:74:23: note: Address of variable taken here. avr-libc_2.0.0+Atmel3.7.0/tests/simulate/stdlib/setjmp-3.c:74:12: note: Comparing pointers that point to different objects DONE