C++: Accept test output after changes

This commit is contained in:
Dave Bartolomeo
2019-10-21 17:06:32 -07:00
parent 2cd694756b
commit 63038896f4
2 changed files with 21 additions and 21 deletions

View File

@@ -394,27 +394,27 @@ test.cpp:
#-----| Goto -> Block 3
# 56| Block 3
# 56| m3_0(char *) = Phi : from 2:m2_3, from 5:m5_4
# 56| m3_0(decltype(nullptr)) = Phi : from 2:m2_3, from 5:m5_4
# 56| valnum = m3_0
# 56| r3_1(glval<char *>) = VariableAddress[ptr] :
# 56| r3_1(glval<char *>) = VariableAddress[ptr] :
# 56| valnum = r0_7
# 56| r3_2(char *) = Load : &:r3_1, m3_0
# 56| r3_2(char *) = Load : &:r3_1, m3_0
# 56| valnum = m3_0
# 56| r3_3(char) = Load : &:r3_2, ~m0_1
# 56| r3_3(char) = Load : &:r3_2, ~m0_1
# 56| valnum = unique
# 56| r3_4(int) = Convert : r3_3
# 56| r3_4(int) = Convert : r3_3
# 56| valnum = unique
# 56| r3_5(glval<char *>) = VariableAddress[str] :
# 56| r3_5(glval<char *>) = VariableAddress[str] :
# 56| valnum = r0_3
# 56| r3_6(char *) = Load : &:r3_5, m0_4
# 56| r3_6(char *) = Load : &:r3_5, m0_4
# 56| valnum = m0_4
# 56| r3_7(char) = Load : &:r3_6, ~m0_1
# 56| r3_7(char) = Load : &:r3_6, ~m0_1
# 56| valnum = unique
# 56| r3_8(int) = Convert : r3_7
# 56| r3_8(int) = Convert : r3_7
# 56| valnum = unique
# 56| r3_9(bool) = CompareNE : r3_4, r3_8
# 56| r3_9(bool) = CompareNE : r3_4, r3_8
# 56| valnum = unique
# 56| v3_10(void) = ConditionalBranch : r3_9
# 56| v3_10(void) = ConditionalBranch : r3_9
#-----| False -> Block 6
#-----| True -> Block 4

View File

@@ -1,18 +1,18 @@
| ..()(..) | RoutineType | | | | |
| ..(*)(..) | FunctionPointerType | | ..()(..) | | |
| _Complex __float128 | ArithmeticType | | | | |
| _Complex __float128 | FloatingPointType | | | | |
| _Complex double | FloatingPointType | | | | |
| _Complex float | FloatingPointType | | | | |
| _Complex long double | FloatingPointType | | | | |
| _Decimal32 | ArithmeticType | | | | |
| _Decimal64 | ArithmeticType | | | | |
| _Decimal128 | ArithmeticType | | | | |
| _Float32 | ArithmeticType | | | | |
| _Float32x | ArithmeticType | | | | |
| _Float64 | ArithmeticType | | | | |
| _Float64x | ArithmeticType | | | | |
| _Float128 | ArithmeticType | | | | |
| _Float128x | ArithmeticType | | | | |
| _Decimal32 | Decimal32Type | | | | |
| _Decimal64 | Decimal64Type | | | | |
| _Decimal128 | Decimal128Type | | | | |
| _Float32 | FloatingPointType | | | | |
| _Float32x | FloatingPointType | | | | |
| _Float64 | FloatingPointType | | | | |
| _Float64x | FloatingPointType | | | | |
| _Float128 | FloatingPointType | | | | |
| _Float128x | FloatingPointType | | | | |
| _Imaginary double | FloatingPointType | | | | |
| _Imaginary float | FloatingPointType | | | | |
| _Imaginary long double | FloatingPointType | | | | |