------- Additional Comments From reichelt at gcc dot gnu dot org 2004-11-26 21:10 ------- Here's a slightly shorter testcase (inspired by PR18677):
=================== struct A {}; struct B : A { B(int); B(B&); B(A); }; B b=0; =================== -- What |Removed |Added ---------------------------------------------------------------------------- Known to fail|3.4.1 3.4.2 |3.4.1 3.4.2 4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17431