1
- | test.c:26:13:26:15 | 256 | Integer constant macro value is too large for the specified type |
2
- | test.c:27:13:27:16 | 256 | Integer constant macro value is too large for the specified type |
3
- | test.c:28:13:28:17 | 256 | Integer constant macro value is too large for the specified type |
4
- | test.c:31:13:31:14 | - ... | Integer constant macro value cannot be negative |
5
- | test.c:32:13:32:15 | - ... | Integer constant macro value cannot be negative |
6
- | test.c:33:13:33:15 | - ... | Integer constant macro value cannot be negative |
7
- | test.c:34:13:34:17 | - ... | Integer constant macro value cannot be negative |
8
- | test.c:55:12:55:14 | 128 | Integer constant macro value is too large for the specified type |
9
- | test.c:56:12:56:15 | 128 | Integer constant macro value is too large for the specified type |
10
- | test.c:57:12:57:15 | 128 | Integer constant macro value is too large for the specified type |
11
- | test.c:61:12:61:15 | - ... | Integer constant macro value is too large for the specified type |
12
- | test.c:62:12:62:16 | - ... | Integer constant macro value is too large for the specified type |
13
- | test.c:63:12:63:16 | - ... | Integer constant macro value is too large for the specified type |
14
- | test.c:76:14:76:18 | 65536 | Integer constant macro value is too large for the specified type |
15
- | test.c:77:14:77:20 | 65536 | Integer constant macro value is too large for the specified type |
16
- | test.c:78:14:78:20 | 65536 | Integer constant macro value is too large for the specified type |
17
- | test.c:91:13:91:17 | 32768 | Integer constant macro value is too large for the specified type |
18
- | test.c:92:13:92:19 | 32768 | Integer constant macro value is too large for the specified type |
19
- | test.c:93:13:93:18 | 32768 | Integer constant macro value is too large for the specified type |
20
- | test.c:97:13:97:18 | - ... | Integer constant macro value is too large for the specified type |
21
- | test.c:98:13:98:20 | - ... | Integer constant macro value is too large for the specified type |
22
- | test.c:99:13:99:19 | - ... | Integer constant macro value is too large for the specified type |
23
- | test.c:109:14:109:24 | 4294967296 | Integer constant macro value is too large for the specified type |
24
- | test.c:110:14:110:25 | 4294967296 | Integer constant macro value is too large for the specified type |
25
- | test.c:120:13:120:22 | 2147483648 | Integer constant macro value is too large for the specified type |
26
- | test.c:121:13:121:22 | 2147483648 | Integer constant macro value is too large for the specified type |
27
- | test.c:124:13:124:23 | - ... | Integer constant macro value is too large for the specified type |
28
- | test.c:125:13:125:23 | - ... | Integer constant macro value is too large for the specified type |
1
+ | test.c:13:13:13:16 | - ... | Value provided to integer constant macro UINT8_C cannot be negative |
2
+ | test.c:15:13:15:18 | - ... | Value provided to integer constant macro UINT8_C cannot be negative |
3
+ | test.c:30:13:30:15 | 256 | Value provided to integer constant macro UINT8_C is outside of the allowed range 0..255 |
4
+ | test.c:31:13:31:16 | 256 | Value provided to integer constant macro UINT8_C is outside of the allowed range 0..255 |
5
+ | test.c:32:13:32:17 | 256 | Value provided to integer constant macro UINT8_C is outside of the allowed range 0..255 |
6
+ | test.c:35:13:35:14 | - ... | Value provided to integer constant macro UINT8_C cannot be negative |
7
+ | test.c:36:13:36:15 | - ... | Value provided to integer constant macro UINT8_C cannot be negative |
8
+ | test.c:37:13:37:15 | - ... | Value provided to integer constant macro UINT8_C cannot be negative |
9
+ | test.c:38:13:38:17 | - ... | Value provided to integer constant macro UINT8_C cannot be negative |
10
+ | test.c:59:12:59:14 | 128 | Value provided to integer constant macro INT8_C is outside of the allowed range -128..127 |
11
+ | test.c:60:12:60:15 | 128 | Value provided to integer constant macro INT8_C is outside of the allowed range -128..127 |
12
+ | test.c:61:12:61:15 | 128 | Value provided to integer constant macro INT8_C is outside of the allowed range -128..127 |
13
+ | test.c:65:12:65:15 | - ... | Value provided to integer constant macro INT8_C is outside of the allowed range -128..127 |
14
+ | test.c:66:12:66:16 | - ... | Value provided to integer constant macro INT8_C is outside of the allowed range -128..127 |
15
+ | test.c:67:12:67:16 | - ... | Value provided to integer constant macro INT8_C is outside of the allowed range -128..127 |
16
+ | test.c:80:14:80:18 | 65536 | Value provided to integer constant macro UINT16_C is outside of the allowed range 0..65535 |
17
+ | test.c:81:14:81:20 | 65536 | Value provided to integer constant macro UINT16_C is outside of the allowed range 0..65535 |
18
+ | test.c:82:14:82:20 | 65536 | Value provided to integer constant macro UINT16_C is outside of the allowed range 0..65535 |
19
+ | test.c:95:13:95:17 | 32768 | Value provided to integer constant macro INT16_C is outside of the allowed range -32768..32767 |
20
+ | test.c:96:13:96:19 | 32768 | Value provided to integer constant macro INT16_C is outside of the allowed range -32768..32767 |
21
+ | test.c:97:13:97:18 | 32768 | Value provided to integer constant macro INT16_C is outside of the allowed range -32768..32767 |
22
+ | test.c:101:13:101:18 | - ... | Value provided to integer constant macro INT16_C is outside of the allowed range -32768..32767 |
23
+ | test.c:102:13:102:20 | - ... | Value provided to integer constant macro INT16_C is outside of the allowed range -32768..32767 |
24
+ | test.c:103:13:103:19 | - ... | Value provided to integer constant macro INT16_C is outside of the allowed range -32768..32767 |
25
+ | test.c:113:14:113:24 | 4294967296 | Value provided to integer constant macro UINT32_C is outside of the allowed range 0..4294967295 |
26
+ | test.c:114:14:114:25 | 4294967296 | Value provided to integer constant macro UINT32_C is outside of the allowed range 0..4294967295 |
27
+ | test.c:124:13:124:22 | 2147483648 | Value provided to integer constant macro INT32_C is outside of the allowed range -2147483648..2147483647 |
28
+ | test.c:125:13:125:22 | 2147483648 | Value provided to integer constant macro INT32_C is outside of the allowed range -2147483648..2147483647 |
29
+ | test.c:128:13:128:23 | - ... | Value provided to integer constant macro INT32_C is outside of the allowed range -2147483648..2147483647 |
30
+ | test.c:129:13:129:23 | - ... | Value provided to integer constant macro INT32_C is outside of the allowed range -2147483648..2147483647 |
0 commit comments