Hi,

I'm somewhat stuck with debugging GCC+Boehm's GC bootstrap failure. At
one point cpplib starts producing cpp_string objects with len = 0.
They crash cpp_interpret_string. I'd like to add some assertions to
the code to catch zero-length cpp_strings as early as possible, but I
don't see any assertions in libcpp - neither assert nor gcc_assert.
What could I use there?

--
Laurynas

Reply via email to