------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-20
04:36 -------
Hmm, after applying the attributes we get:
<type_decl 0x41da41d0 value_type
type <template_type_parm 0x41da42b8 value_type type_0 type_6 VOID
user align 64 symtab 0 alias set -1
index 0 level 1 orig_level 1>
nonlocal VOID file t.cc line 4
align 1 context <record_type 0x41d9ce0c BVector<T>> attributes <tree_list
0x41da3438>
result <template_type_parm 0x41d9cd24 T type_0 type_6 VOID
align 8 symtab 0 alias set -1
index 0 level 1 orig_level 1
chain <type_decl 0x41d9cd98 T>>
>
Notice how we have a copy in TREE_TYPE, the orginal which we would have done
correctly is in
DECL_ORIGINAL_TYPE.
--
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2005-01-18 17:20:18 |2005-01-20 04:36:26
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19508