public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/2570: [2003-05-05] ICE in poplevel on illegal nested template class declaration
@ 2003-05-10 17:36 Andrew Pinski
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Pinski @ 2003-05-10 17:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/2570; it has been noted by GNATS.

From: Andrew Pinski <pinskia@physics.uc.edu>
To: Andrew Pinski <pinskia@physics.uc.edu>
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)
 >  <identifier_node 0x1492c40 auto_ptr
 >     type <record_type 0x1498150 auto_ptr type_5 VOID
 >         align 8 symtab 0 alias set -1
 >         n_parents 0 use_template=0 interface-unknown
 >         pointer_to_this <pointer_type 0x1498230> chain <type_decl  
 > 0x14982a0 auto_ptr>>
 >    bindings <0x1486e58>
 >     class <function_decl 0x1495ee0 auto_ptr
 >         type <method_type 0x1495e70 type <record_type 0x14958c0  
 > auto_ptr<_Tp>>
 >             DI
 >             size <integer_cst 0x14366d8 constant 64>
 >             unit size <integer_cst 0x1436b10 constant 8>
 >             align 64 symtab 0 alias set -1 method basetype  
 > <record_type 0x14955b0 counted_ptr<_Tp>>
 >             arg-types <tree_list 0x14963d8 side-effects value  
 > <pointer_type 0x1495690>
 >                 chain <tree_list 0x1444fc0 tree_2 value <void_type  
 > 0x1442c40 void>>>>
 >         public external SI file PR157.cc line 7 context <record_type  
 > 0x14955b0 counted_ptr<_Tp>>
 >         arguments <parm_decl 0x1495f50 this type <pointer_type  
 > 0x1495cb0>
 >             readonly unsigned SI file PR157.cc line 7
 >             size <integer_cst 0x1436b58 constant 32>
 >             unit size <integer_cst 0x1436bb8 constant 4>
 >             align 32 initial <pointer_type 0x1495cb0> arg-type  
 > <pointer_type 0x1495cb0>>
 >         template-info 0x1496408>local bindings <0x1496438>>
 > $7 = void
 > (gdb) p debug_tree(binding->value)
 >  <type_decl 0x14982a0 auto_ptr
 >     type <record_type 0x1498150 auto_ptr type_5 VOID
 >         align 8 symtab 0 alias set -1
 >         n_parents 0 use_template=0 interface-unknown
 >         pointer_to_this <pointer_type 0x1498230> chain <type_decl  
 > 0x14982a0 auto_ptr>>
 >     decl_2 VOID file PR157.cc line 10
 >     align 1 chain <type_decl 0x14980e0 _Tp>>
 > $8 = void
 > (gdb) p decl
 > $10 = 0x1495ee0
 > (gdb) p debug_tree(decl)
 >  <function_decl 0x1495ee0 auto_ptr
 >     type <method_type 0x1495e70
 >         type <record_type 0x14958c0 auto_ptr<_Tp> type_5 VOID
 >             align 8 symtab 0 alias set -1
 >             n_parents 0 use_template=1 interface-unknown
 >             pointer_to_this <pointer_type 0x14959a0> reference_to_this  
 > <reference_type 0x1495a80> chain <type_decl 0x1495a10 auto_ptr<_Tp>>>
 >         DI
 >         size <integer_cst 0x14366d8 constant 64>
 >         unit size <integer_cst 0x1436b10 constant 8>
 >         align 64 symtab 0 alias set -1 method basetype <record_type  
 > 0x14955b0 counted_ptr<_Tp>>
 >         arg-types <tree_list 0x14963d8 side-effects value  
 > <pointer_type 0x1495690>
 >             chain <tree_list 0x1444fc0 tree_2 value <void_type  
 > 0x1442c40 void>>>>
 >     public external SI file PR157.cc line 7 context <record_type  
 > 0x14955b0 counted_ptr<_Tp>>
 >     arguments <parm_decl 0x1495f50 this
 >         type <pointer_type 0x1495cb0 type <record_type 0x14955b0  
 > counted_ptr<_Tp>>
 >             readonly unsigned SI
 >             size <integer_cst 0x1436b58 constant 32>
 >             unit size <integer_cst 0x1436bb8 constant 4>
 >             align 32 symtab 0 alias set -1>
 >         readonly unsigned SI file PR157.cc line 7 size <integer_cst  
 > 0x1436b58 32> unit size <integer_cst 0x1436bb8 4>
 >         align 32 initial <pointer_type 0x1495cb0> arg-type  
 > <pointer_type 0x1495cb0>>
 >     template-info 0x1496408>
 > $11 = void
 >
 >
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 > trail&database=gcc&pr=2570
 >
 >
 >
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: c++/2570: [2003-05-05] ICE in poplevel on illegal nested template class declaration
@ 2003-05-10 17:26 Andrew Pinski
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Pinski @ 2003-05-10 17:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/2570; it has been noted by GNATS.

From: Andrew Pinski <pinskia@physics.uc.edu>
To: 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
Cc: Andrew Pinski <pinskia@physics.uc.edu>
Subject: Re: c++/2570: [2003-05-05] ICE in poplevel on illegal nested template class declaration
Date: Sat, 10 May 2003 13:22:54 -0400

 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)
   <identifier_node 0x1492c40 auto_ptr
      type <record_type 0x1498150 auto_ptr type_5 VOID
          align 8 symtab 0 alias set -1
          n_parents 0 use_template=0 interface-unknown
          pointer_to_this <pointer_type 0x1498230> chain <type_decl  
 0x14982a0 auto_ptr>>
     bindings <0x1486e58>
      class <function_decl 0x1495ee0 auto_ptr
          type <method_type 0x1495e70 type <record_type 0x14958c0  
 auto_ptr<_Tp>>
              DI
              size <integer_cst 0x14366d8 constant 64>
              unit size <integer_cst 0x1436b10 constant 8>
              align 64 symtab 0 alias set -1 method basetype <record_type  
 0x14955b0 counted_ptr<_Tp>>
              arg-types <tree_list 0x14963d8 side-effects value  
 <pointer_type 0x1495690>
                  chain <tree_list 0x1444fc0 tree_2 value <void_type  
 0x1442c40 void>>>>
          public external SI file PR157.cc line 7 context <record_type  
 0x14955b0 counted_ptr<_Tp>>
          arguments <parm_decl 0x1495f50 this type <pointer_type  
 0x1495cb0>
              readonly unsigned SI file PR157.cc line 7
              size <integer_cst 0x1436b58 constant 32>
              unit size <integer_cst 0x1436bb8 constant 4>
              align 32 initial <pointer_type 0x1495cb0> arg-type  
 <pointer_type 0x1495cb0>>
          template-info 0x1496408>local bindings <0x1496438>>
 $7 = void
 (gdb) p debug_tree(binding->value)
   <type_decl 0x14982a0 auto_ptr
      type <record_type 0x1498150 auto_ptr type_5 VOID
          align 8 symtab 0 alias set -1
          n_parents 0 use_template=0 interface-unknown
          pointer_to_this <pointer_type 0x1498230> chain <type_decl  
 0x14982a0 auto_ptr>>
      decl_2 VOID file PR157.cc line 10
      align 1 chain <type_decl 0x14980e0 _Tp>>
 $8 = void
 (gdb) p decl
 $10 = 0x1495ee0
 (gdb) p debug_tree(decl)
   <function_decl 0x1495ee0 auto_ptr
      type <method_type 0x1495e70
          type <record_type 0x14958c0 auto_ptr<_Tp> type_5 VOID
              align 8 symtab 0 alias set -1
              n_parents 0 use_template=1 interface-unknown
              pointer_to_this <pointer_type 0x14959a0> reference_to_this  
 <reference_type 0x1495a80> chain <type_decl 0x1495a10 auto_ptr<_Tp>>>
          DI
          size <integer_cst 0x14366d8 constant 64>
          unit size <integer_cst 0x1436b10 constant 8>
          align 64 symtab 0 alias set -1 method basetype <record_type  
 0x14955b0 counted_ptr<_Tp>>
          arg-types <tree_list 0x14963d8 side-effects value <pointer_type  
 0x1495690>
              chain <tree_list 0x1444fc0 tree_2 value <void_type  
 0x1442c40 void>>>>
      public external SI file PR157.cc line 7 context <record_type  
 0x14955b0 counted_ptr<_Tp>>
      arguments <parm_decl 0x1495f50 this
          type <pointer_type 0x1495cb0 type <record_type 0x14955b0  
 counted_ptr<_Tp>>
              readonly unsigned SI
              size <integer_cst 0x1436b58 constant 32>
              unit size <integer_cst 0x1436bb8 constant 4>
              align 32 symtab 0 alias set -1>
          readonly unsigned SI file PR157.cc line 7 size <integer_cst  
 0x1436b58 32> unit size <integer_cst 0x1436bb8 4>
          align 32 initial <pointer_type 0x1495cb0> arg-type  
 <pointer_type 0x1495cb0>>
      template-info 0x1496408>
 $11 = void
 
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 trail&database=gcc&pr=2570
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-05-10 17:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-10 17:36 c++/2570: [2003-05-05] ICE in poplevel on illegal nested template class declaration Andrew Pinski
  -- strict thread matches above, loose matches on Subject: below --
2003-05-10 17:26 Andrew Pinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).