Index: df.c =================================================================== RCS file: /cvsroot/gcc/gcc/gcc/df.c,v retrieving revision 1.59.4.1 diff -c -3 -p -r1.59.4.1 df.c *** df.c 23 Jan 2004 23:35:56 -0000 1.59.4.1 --- df.c 21 Jun 2004 06:06:23 -0000 *************** hybrid_search_sbitmap (basic_block block *** 3523,3529 **** { for (e = bb->pred; e != 0; e = e->pred_next) { ! if (e->src == ENTRY_BLOCK_PTR || e->dest->index == i) continue; SET_BIT (pending, e->src->index); } --- 3523,3529 ---- { for (e = bb->pred; e != 0; e = e->pred_next) { ! if (e->src == ENTRY_BLOCK_PTR || e->src->index == i) continue; SET_BIT (pending, e->src->index); }