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++/3079] ICE in c_expand_expr, at c-common.c:3521


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia@physics.uc.edu  2003-06-15 19:23 -------
It also happens on the tree-ssa branch:
gimplification failed:
X <type_decl 0x149dee0 X
    type <integer_type 0x1438150 int SI
        size <integer_cst 0x142c6c0 constant 32>
        unit size <integer_cst 0x142c7a0 constant 4>
        align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x142c760 -
2147483648> max <integer_cst 0x142c780 2147483647>
        pointer_to_this <pointer_type 0x14413f0>>
    used external nonlocal suppress-debug SI file pr3079.cc line 3 size <integer_cst 
0x142c6c0 32> unit size <integer_cst 0x142c7a0 4>
    align 32 context <record_type 0x149dbd0 B<int>>
   
    pr3079.cc:3>
pr3079.cc: In function `void foo(T) [with T = B<int>]':
pr3079.cc:15:   instantiated from here
pr3079.cc:8: internal compiler error: in gimplify_expr, at gimplify.c:769
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


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