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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.06.29 09:45:13
     Ever Confirmed|0                           |1

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-06-29 
09:45:13 UTC ---
Confirmed.

Program received signal SIGSEGV, Segmentation fault.
0x000000000153f74f in iterative_hash (k_in=0x8, length=4, initval=1903883354)
    at /space/rguenther/src/svn/trunk/libiberty/hashtab.c:981
981         case 4 : a+=((hashval_t)k[3]<<24);
(gdb) up
#1  0x000000000054d5aa in iterative_hash_template_arg (arg=0x2aaab3323bb0, 
    val=1903883354) at /space/rguenther/src/svn/trunk/gcc/cp/pt.c:1539
1539              val = iterative_hash_object (DECL_PARM_INDEX (arg), val);
(gdb) call debug_tree (arg)
 <parm_decl 0x2aaab3323bb0 D.143765
    type <reference_type 0x2aaab3324690
        type <record_type 0x2aaab32bb738 MD5Buf readonly addressable tree_2
needs-constructing type_1 type_4 type_5 type_6 BLK
            size <integer_cst 0x2aaaaab08780 constant 192>
            unit size <integer_cst 0x2aaaaab08740 constant 24>
            align 64 symtab 0 alias set -1 canonical type 0x2aaab32bb738 fields
<field_decl 0x2aaab32b4688 D.142718> context <translation_unit_decl
0x2aaaaaafb958 D.1>
            full-name "const class MD5Buf"
            needs-constructor needs-destructor X() X(constX&) this=(X&)
n_parents=1 use_template=0 interface-unknown
            pointer_to_this <pointer_type 0x2aaab32bb888> reference_to_this
<reference_type 0x2aaab3324690>>
        unsigned type_6 DI
        size <integer_cst 0x2aaaaaaeff40 constant 64>
        unit size <integer_cst 0x2aaaaaaeff60 constant 8>
        align 64 symtab 0 alias set -1 canonical type 0x2aaab3324690>
    readonly unsigned DI file src/playerdata.h line 66 col 112 size
<integer_cst 0x2aaaaaaeff40 64> unit size <integer_cst 0x2aaaaaaeff60 8>
    align 64 context <function_decl 0x2aaab3322e00 MD5Buf> arg-type
<reference_type 0x2aaab3324690>>

Reply via email to