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++/17431] [3.4/4.0 regression] Internal error: Segmentation fault (program cc1plus)


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


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