This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13170] [3.4 Regression] ICE in build_base_path


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]