[Bug rtl-optimization/33148] [4.2/4.3 Regresion] ICE in trunc_int_for_mode, at explow.c:56 during combine

2007-08-28 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2007-08-28 09:47 --- Subject: Bug 33148 Author: jakub Date: Tue Aug 28 09:47:32 2007 New Revision: 127855 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127855 Log: PR rtl-optimization/33148 * simplify-rtx.c (simpl

[Bug rtl-optimization/33148] [4.2/4.3 Regresion] ICE in trunc_int_for_mode, at explow.c:56 during combine

2007-08-27 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2007-08-27 10:14 --- Caused by PR25600. -- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|u

[Bug rtl-optimization/33148] [4.2/4.3 Regresion] ICE in trunc_int_for_mode, at explow.c:56 during combine

2007-08-27 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2007-08-27 08:52 --- More reduced testcase, which fails both on the trunk (though just with -O1) and on 4.2 (both -O1 and -O2): int foo (unsigned int *p, int *q, unsigned int w, unsigned int b) { unsigned int i; int mask; if (q[0]

[Bug rtl-optimization/33148] [4.2/4.3 Regresion] ICE in trunc_int_for_mode, at explow.c:56 during combine

2007-08-22 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug rtl-optimization/33148] [4.2/4.3 Regresion] ICE in trunc_int_for_mode, at explow.c:56 during combine

2007-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2007-08-22 13:07 --- trunk also fails (but only with the unreduced testcase). -- rguenth at gcc dot gnu dot org changed: What|Removed |Added