------- Additional Comments From reichelt at gcc dot gnu dot org  2004-11-03 11:07 
-------
Confirmed. Reduced testcase (compile with "-g"):

=========================
namespace N
{
    struct A {} a;
    typedef A B;

    void foo()
    {
        struct C
        {
            C(B) {}
        } c(a);
    }
}
=========================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
          Component|c++                         |debug
     Ever Confirmed|                            |1
           Keywords|                            |monitored
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-03 11:07:13
               date|                            |
            Summary|ice in output_die, at       |[3.4 regression] ICE in
                   |dwarf2out.c:6702            |output_die, at
                   |                            |dwarf2out.c:6702
   Target Milestone|---                         |3.4.4


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

Reply via email to