[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug c++/17554] [4.0 Regression] crashes in on kopete build (KDE's kdenetwork)



------- Additional Comments From reichelt at gcc dot gnu dot org  2004-09-20 02:45 -------
Here's something smaller:

===============================
struct A
{
    int i;
    A();
    A(const A&);
};

void bar()
{
    A a;
    for ( ;; a=A() ) ;
}
===============================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Keywords|                            |monitored
      Known to work|                            |3.4.2


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



Reply to: