File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
regression/cbmc/integral-trace Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ int main()
12
12
int32_t i3 = 4 ;
13
13
int64_t i4 = 5 ;
14
14
15
+ int8_t in1 = -2 ;
16
+ int16_t in2 = -3 ;
17
+ int32_t in3 = -4 ;
18
+ int64_t in4 = -5 ;
19
+
15
20
uint8_t u8 = 'a' ;
16
21
uint16_t u16 = 8 ;
17
22
uint32_t u32 = 16 ;
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ VERIFICATION FAILED
13
13
<full_lhs>i2</full_lhs>\n\s*<full_lhs_value binary="0{14}11">3</full_lhs_value>
14
14
<full_lhs>i3</full_lhs>\n\s*<full_lhs_value binary="0{29}100">4</full_lhs_value>
15
15
<full_lhs>i4</full_lhs>\n\s*<full_lhs_value binary="0{61}101">5l</full_lhs_value>
16
+ <full_lhs>in1</full_lhs>\n\s*<full_lhs_value binary="1{6}10">-2</full_lhs_value>
17
+ <full_lhs>in2</full_lhs>\n\s*<full_lhs_value binary="1{14}01">-3</full_lhs_value>
18
+ <full_lhs>in3</full_lhs>\n\s*<full_lhs_value binary="1{29}100">-4</full_lhs_value>
19
+ <full_lhs>in4</full_lhs>\n\s*<full_lhs_value binary="1{61}011">-5l</full_lhs_value>
16
20
--
17
21
--
18
22
Checks that the binary value is printed for integral types.
You can’t perform that action at this time.
0 commit comments