We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d976e6 + 5c580d8 commit 716ffecCopy full SHA for 716ffec
src/solvers/flattening/boolbv_width.cpp
@@ -153,7 +153,7 @@ const boolbv_widtht::entryt &boolbv_widtht::get_entry(const typet &type) const
153
154
mp_integer total = vector_size * sub_width;
155
if(total > (1 << 30)) // realistic limit
156
- analysis_exceptiont("vector too large for flattening");
+ throw analysis_exceptiont("vector too large for flattening");
157
158
entry.total_width = numeric_cast_v<std::size_t>(vector_size * sub_width);
159
}
0 commit comments