From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5811 invoked by alias); 10 May 2003 17:36:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 5785 invoked by uid 71); 10 May 2003 17:36:00 -0000 Date: Sat, 10 May 2003 17:36:00 -0000 Message-ID: <20030510173600.5783.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Andrew Pinski Subject: Re: c++/2570: [2003-05-05] ICE in poplevel on illegal nested template class declaration Reply-To: Andrew Pinski X-SW-Source: 2003-05/txt/msg00972.txt.bz2 List-Id: The following reply was made to PR c++/2570; it has been noted by GNATS. From: Andrew Pinski To: Andrew Pinski Cc: gcc-gnats@gcc.gnu.org, rene.rebe@gmx.net, gcc-bugs@gcc.gnu.org, ziegler@informatik.hu-berlin.de, nobody@gcc.gnu.org, gcc-prs@gcc.gnu.org Subject: Re: c++/2570: [2003-05-05] ICE in poplevel on illegal nested template class declaration Date: Sat, 10 May 2003 13:26:35 -0400 Sorry I was wrong, 2570 is not a dup of 157 and the information should go with 157, not 2570. Thanks, Andrew Pinski On Saturday, May 10, 2003, at 13:22 US/Eastern, Andrew Pinski wrote: > I think this one is a dup of 157 (it happens to ice in the same place). > > Thanks, > Andrew Pinski > > PS here is some more information of the PR: > (gdb) p debug_tree(id) > type align 8 symtab 0 alias set -1 > n_parents 0 use_template=0 interface-unknown > pointer_to_this chain 0x14982a0 auto_ptr>> > bindings <0x1486e58> > class type auto_ptr<_Tp>> > DI > size > unit size > align 64 symtab 0 alias set -1 method basetype > > > arg-types > chain 0x1442c40 void>>>> > public external SI file PR157.cc line 7 context 0x14955b0 counted_ptr<_Tp>> > arguments 0x1495cb0> > readonly unsigned SI file PR157.cc line 7 > size > unit size > align 32 initial arg-type > > > template-info 0x1496408>local bindings <0x1496438>> > $7 = void > (gdb) p debug_tree(binding->value) > type align 8 symtab 0 alias set -1 > n_parents 0 use_template=0 interface-unknown > pointer_to_this chain 0x14982a0 auto_ptr>> > decl_2 VOID file PR157.cc line 10 > align 1 chain > > $8 = void > (gdb) p decl > $10 = 0x1495ee0 > (gdb) p debug_tree(decl) > type type type_5 VOID > align 8 symtab 0 alias set -1 > n_parents 0 use_template=1 interface-unknown > pointer_to_this reference_to_this > chain >> > DI > size > unit size > align 64 symtab 0 alias set -1 method basetype 0x14955b0 counted_ptr<_Tp>> > arg-types > chain 0x1442c40 void>>>> > public external SI file PR157.cc line 7 context 0x14955b0 counted_ptr<_Tp>> > arguments type counted_ptr<_Tp>> > readonly unsigned SI > size > unit size > align 32 symtab 0 alias set -1> > readonly unsigned SI file PR157.cc line 7 size 0x1436b58 32> unit size > align 32 initial arg-type > > > template-info 0x1496408> > $11 = void > > > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- > trail&database=gcc&pr=2570 > > >