This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/54431] [C++11] g++ crashes when compiling the following file


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

Markus Trippelsdorf <markus at trippelsdorf dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markus at trippelsdorf dot
                   |                            |de

--- Comment #5 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2012-11-01 07:46:30 UTC ---
unhandled expression in get_expr_operands():
 <field_decl 0x59f6a18 __this
    type <pointer_type 0x5a01a80
        type <record_type 0x5a017e0 A sizes-gimplified type_5 type_6 QI
            size <integer_cst 0x58acf80 constant 8>
            unit size <integer_cst 0x58acfa0 constant 1>
            align 8 symtab 0 alias set -1 canonical type 0x5a017e0 fields
<type_decl 0x5a03450 A> context <translation_unit_decl 0x58c5170 D.1>
            full-name "struct A<int>"
            X() X(constX&) this=(X&) n_parents=0 use_template=1
interface-unknown
            pointer_to_this <pointer_type 0x5a01930> chain <type_decl 0x5a032e0
A>>
        readonly sizes-gimplified unsigned DI
        size <integer_cst 0x58acdc0 constant 64>
        unit size <integer_cst 0x58acde0 constant 8>
        align 64 symtab 0 alias set -1 canonical type 0x5a01a80>
    readonly used unsigned nonlocal decl_7 DI file test.ii line 6 col 6 size
<integer_cst 0x58acdc0 64> unit size <integer_cst 0x58acde0 8>
    align 64 offset_align 128
    offset <integer_cst 0x58ace00 type <integer_type 0x58c7000 sizetype>
constant 0>
    bit offset <integer_cst 0x58ace80 type <integer_type 0x58c70a8 bitsizetype>
constant 0> context <record_type 0x5a01dc8 __lambda0> chain <type_decl
0x5a037e8 __lambda0>>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]