------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-27 05:45 ------- (In reply to comment #3) > : Search converges between 2004-04-01-trunk (#447) and 2004-04-10-trunk > (#448). > : Search converges between 2004-06-15-3.4 (#9) and 2004-06-27-3.4 (#10).
The patches which went between both of those dates (both were by Nathan): PR c++/3518 * pt.c (check_cv_quals_for_unify): Ignore bogus CV quals at outer level. PR c++/14007 * pt.c (check_cv_quals_for_unify): Correct logic for disallowed cv-qualifier unification. * tree.c (cp_build_qualified_type_real): Renable DR295 logic. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19203