[Bug c++/17431] [3.4/4.0 regression] Internal error: Segmentation fault (program cc1plus)

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Nov 26 21:10:00 GMT 2004


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



More information about the Gcc-bugs mailing list