[Bug c++/31724] [4.3 Regression] More "same canonical type node" fun

dgregor at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue May 1 12:32:00 GMT 2007



------- Comment #9 from dgregor at gcc dot gnu dot org  2007-05-01 13:32 -------
The easy fix is to SET_TYPE_STRUCTURAL_EQUALITY (fulltype), which will force
structural equality checks rather than use canonical types. I usually don't
like this solution, but it's better than duplicating all of the
build_array_type/build_cplus_array_type machinery.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31724



More information about the Gcc-bugs mailing list