[Bug rtl-optimization/24823] [4.1 Regression] ICE in insert_save, at caller-save.c:719

2005-11-17 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2005-11-17 11:47 --- Btw., this also happens on armv4l compiling NX: gcc -c -O3 -fsigned-char -I. -I../../exports/include/freetype2 -I../../extras/freetype2/src-I../../extras/freetype2/src/base -I../../extras/freetype

[Bug rtl-optimization/24823] [4.1 Regression] ICE in insert_save, at caller-save.c:719

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-11-19 00:02 --- (In reply to comment #6) > Btw., this also happens on armv4l compiling NX: That might be a different bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24823

[Bug rtl-optimization/24823] [4.1 Regression] ICE in insert_save, at caller-save.c:719

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2005-11-19 00:06 --- The instruction: (call_insn:HI 361 360 362 32 (set (parallel:DC [ (expr_list:REG_DEP_TRUE (reg:DF 21 xmm0) (const_int 0 [0x0])) (expr_list:REG_DEP_TRUE (reg:DF 22 x

[Bug rtl-optimization/24823] [4.1 Regression] ICE in insert_save, at caller-save.c:719

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2005-11-19 00:14 --- Note the shortest (C) testcase get that pattern is: _Complex double f(void); void g(void) { _Complex double a = f(); } Though will not cause the ICE. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24823

[Bug rtl-optimization/24823] [4.1 Regression] ICE in insert_save, at caller-save.c:719

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #10 from mmitchel at gcc dot gnu dot org 2005-11-19 02:11 --- Showstopper. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority