mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Assertions that throw InternalCompilerErrors.
This commit is contained in:
parent
a6fd19c8f3
commit
80b8db4f17
@ -311,7 +311,8 @@ bool CommandLineInterface::processInput()
|
|||||||
}
|
}
|
||||||
catch (InternalCompilerError const& exception)
|
catch (InternalCompilerError const& exception)
|
||||||
{
|
{
|
||||||
SourceReferenceFormatter::printExceptionInformation(cerr, exception, "Internal compiler error", m_compiler);
|
cerr << "Internal compiler error during compilation:" << endl
|
||||||
|
<< boost::diagnostic_information(exception);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
catch (Exception const& exception)
|
catch (Exception const& exception)
|
||||||
|
Loading…
Reference in New Issue
Block a user