------- Additional Comments From reichelt at gcc dot gnu dot org  2005-07-25 
11:57 -------
Shorter testcase:

===========================
struct A
{
    ~A();
};

void foo()
{
    A a = ({ A b; b; });
}
===========================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Keywords|                            |monitored


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

Reply via email to