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/19687] [4.0 Regression] ICE with union initializer


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-29 12:46 -------
Confirmed, here is the backtrace:
#0  categorize_ctor_elements_1 (ctor=0x41587320, p_nz_elts=0xbfffea10, p_nc_elts=0xbfffea18, 
p_elt_count=0xbfffea20, p_must_clear=0xbfffea08 "") at /Users/pinskia/src/local3/gcc/gcc/expr.c:
4373
#1  0x00137738 in mostly_zeros_p (exp=0x41587320) at /Users/pinskia/src/local3/gcc/gcc/expr.c:
4500
#2  0x00137738 in mostly_zeros_p (exp=0x41587320) at /Users/pinskia/src/local3/gcc/gcc/expr.c:
4500
#3  0x0013aed4 in expand_expr_real_1 (exp=0x0, target=0x41588040, tmode=VOIDmode, 
modifier=3221219848, alt_rtl=0x0) at /Users/pinskia/src/local3/gcc/gcc/expr.c:6731
#4  0x0013d2e4 in expand_expr_real (exp=0x41587320, target=0x31, tmode=BLKmode, 
modifier=EXPAND_NORMAL, alt_rtl=0x0) at /Users/pinskia/src/local3/gcc/gcc/expr.c:6342
#5  0x00141974 in store_expr (exp=0x41587320, target=0x1, call_param_p=49) at /Users/pinskia/
src/local3/gcc/gcc/expr.c:4105
#6  0x001430a8 in expand_assignment (to=0x4150a400, from=0x1) at /Users/pinskia/src/local3/
gcc/gcc/expr.c:3984
#7  0x00139698 in expand_expr_real_1 (exp=0x41583510, target=0x4150a400, tmode=VOIDmode, 
modifier=EXPAND_NORMAL, alt_rtl=0x0) at /Users/pinskia/src/local3/gcc/gcc/expr.c:8120
#8  0x0013d1e0 in expand_expr_real (exp=0x41587320, target=0x33, tmode=1096293376, 
modifier=1095866624, alt_rtl=0x0) at /Users/pinskia/src/local3/gcc/gcc/expr.c:6336
#9  0x0025ba40 in expand_expr_stmt (exp=0x33) at /Users/pinskia/src/local3/gcc/gcc/expr.h:482
#10 0x00287038 in tree_expand_cfg () at /Users/pinskia/src/local3/gcc/gcc/cfgexpand.c:1133


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
 GCC target triplet|i386-pc-linux-gnu           |
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-29 12:46:39
               date|                            |
   Target Milestone|---                         |4.0.0


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


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