In cpp_typecheck_compound_type.cpp, the op0 of an exprt with id cpp_no_typechecked is passed to another function, but cpp_not_typechecked does not have operands and therefore the call to front() returns a nullptr.
This is shown for example in cpp/Decltype2.
In
cpp_typecheck_compound_type.cpp, theop0of anexprtwith idcpp_no_typecheckedis passed to another function, butcpp_not_typecheckeddoes not have operands and therefore the call tofront()returns anullptr.This is shown for example in
cpp/Decltype2.