------- Comment #3 from dcb314 at hotmail dot com 2009-08-02 09:44 ------- (In reply to comment #2) > PR40866 ?
Maybe - there are many ways to fail a sanity check. I notice that the line where it crashes is of the form gcc_assert(!X && Y); It might be better to split this into two gcc_assert statements, so the user would be better informed which X or Y is wrong. gcc_assert( !X); gcc_assert( Y); -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40938