--- Comment #7 from aoliva at gcc dot gnu dot org 2010-03-06 21:08 ---
Fixed
--
aoliva at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #6 from aoliva at gcc dot gnu dot org 2010-03-06 20:30 ---
Subject: Bug 42897
Author: aoliva
Date: Sat Mar 6 20:30:10 2010
New Revision: 157259
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157259
Log:
PR debug/42897
* gimple-iterator.c (gsi_remove): Propagate only
--- Comment #5 from aoliva at gcc dot gnu dot org 2010-03-06 20:28 ---
Subject: Bug 42897
Author: aoliva
Date: Sat Mar 6 20:28:04 2010
New Revision: 157258
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157258
Log:
PR debug/42897
* tree-vect-loop.c (vect_transform_loop): Kill o
--- Comment #4 from pinskia at gcc dot gnu dot org 2010-03-01 22:53 ---
Reduced testcase:
int gif_read_lzw(int input_code_size)
{
int i, incode;
static short fresh = 0, code_size, set_code_size, clear_code,
table[2][4096], *sp;
set_code_size = input_code_size;
clear_code = 1 <<
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed|0 |1
Last re
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42897
--- Comment #3 from aoliva at gcc dot gnu dot org 2010-01-30 09:13 ---
Mine, testing patches.
--
aoliva at gcc dot gnu dot org changed:
What|Removed |Added
Assign
--- Comment #2 from hjl dot tools at gmail dot com 2010-01-29 16:22 ---
It is caused by revision 154402:
http://gcc.gnu.org/ml/gcc-cvs/2009-11/msg00623.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42897
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
|