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 middle-end/15461] [3.4 regression] ICE on valid code


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-15 16:09 -------
Confirmed (but I do not have a tree with 3.4.1 in it).
But here is the backtrace

#4  0x082da8ea in make_decl_rtl (decl=0x40129804, asmspec=0x0) at ../../gcc/varasm.c:756
#5  0x0815e10c in expand_expr_real (exp=0x40129804, target=0x0, tmode=VOIDmode, 
modifier=EXPAND_NORMAL, alt_rtl=0x0)
    at ../../gcc/expr.c:6403
#6  0x0815f994 in expand_expr_real (exp=0x4012a6cc, target=0x0, tmode=VOIDmode, 
modifier=EXPAND_NORMAL, alt_rtl=0x0)
    at ../../gcc/expr.c:7593
#7  0x08163c30 in store_field (target=0x4011b930, bitsize=32, bitpos=0, mode=SImode, 
exp=0x4012a6cc, value_mode=VOIDmode,
    unsignedp=0, type=0x401246c0, alias_set=0) at ../../gcc/expr.c:5331
#8  0x081664be in store_constructor_field (target=0x4011b930, bitsize=32, bitpos=0, 
mode=1108532352, exp=0x4012a6cc, type=0x83,
    cleared=0, alias_set=0) at ../../gcc/expr.c:4524
#9  0x08164f83 in store_constructor (exp=0x4012a654, target=0x4011b930, cleared=0, size=4) at 
../../gcc/expr.c:4723
#10 0x0815ecc4 in expand_expr_real (exp=0x4012a654, target=0x4011b930, tmode=SImode, 
modifier=EXPAND_NORMAL, alt_rtl=0x0)
    at ../../gcc/expr.c:6872
#11 0x081630df in store_expr (exp=0x4012a654, target=0x4011b900, want_value=0) at ../../gcc/
expr.c:4221
#12 0x081640ab in expand_assignment (to=0x40129798, from=0x4012a654, want_value=0) at ../../
gcc/expr.c:4001
#13 0x082be1ef in expand_decl_init (decl=0x40129798) at ../../gcc/stmt.c:4086
#14 0x080e5061 in emit_local_var (decl=0x40129798) at ../../gcc/c-semantics.c:287
#15 0x080e5c4c in expand_stmt (t=0x4012a4ec) at ../../gcc/c-semantics.c:806
#16 0x080e5b21 in expand_stmt (t=0x4012a488) at ../../gcc/c-semantics.c:826
#17 0x080dea48 in c_expand_expr (exp=0x4012a49c, target=0x0, tmode=SImode, modifier=0, 
alt_rtl=0x0) at ../../gcc/c-common.c:4105
#18 0x0815afb5 in expand_expr_real (exp=0x4012a49c, target=0x0, tmode=SImode, 
modifier=EXPAND_NORMAL, alt_rtl=0x0)

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
      Known to fail|                            |3.4.0
      Known to work|                            |3.5.0 3.3.3
   Last reconfirmed|0000-00-00 00:00:00         |2004-05-15 16:09:06
               date|                            |
   Target Milestone|---                         |3.4.1


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


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