[Bug c++/13170] [3.4 Regression] ICE in build_base_path
tm at kloo dot net
gcc-bugzilla@gcc.gnu.org
Tue Jan 13 01:58:00 GMT 2004
------- Additional Comments From tm at kloo dot net 2004-01-13 01:57 -------
This code in build_base_path appears to trigger:
my_friendly_assert (code == MINUS_EXPR
? same_type_p (BINFO_TYPE (binfo), probe)
: code == PLUS_EXPR
? same_type_p (BINFO_TYPE (d_binfo), probe)
: false, 20010723);
code appears to be PLUS_EXPR, so it's the second part which is failing.
Toshi
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13170
More information about the Gcc-bugs
mailing list