Merge pull request #6096 from ethereum/mark-fixedpoint-unimplemented

Properly issue unimplemented assertion on FixedPointType in type conversion
This commit is contained in:
chriseth
2019-02-26 12:27:50 +01:00
committed by GitHub
+3
View File
@@ -656,6 +656,9 @@ void CompilerUtils::convertType(
chopSignBitsPending = targetIntegerType.isSigned();
}
if (targetTypeCategory == Type::Category::FixedPoint)
solUnimplemented("Not yet implemented - FixedPointType.");
switch (stackTypeCategory)
{
case Type::Category::FixedBytes: