[Bug c++/40938] ice in create_tmp_var
dcb314 at hotmail dot com
gcc-bugzilla@gcc.gnu.org
Sun Aug 2 09:45:00 GMT 2009
------- 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
More information about the Gcc-bugs
mailing list