From: Diego Novillo Date: Tue, 28 Sep 2004 18:14:33 +0000 (+0000) Subject: tree-ssa-live.c (calculate_live_on_entry): Fix warnings with --disable-checking. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c3b8e9aa7f5dbfc1090b5dc8a73be8fe3f94c5ec;p=gcc.git tree-ssa-live.c (calculate_live_on_entry): Fix warnings with --disable-checking. * tree-ssa-live.c (calculate_live_on_entry): Fix warnings with --disable-checking. From-SVN: r88241 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5e490f97c53..1b3287528fc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-09-28 Diego Novillo + + * tree-ssa-live.c (calculate_live_on_entry): Fix warnings + with --disable-checking. + 2004-09-28 Devang Patel * tree-pretty-print.c (dump_generic_node): Print vector types. diff --git a/gcc/tree-ssa-live.c b/gcc/tree-ssa-live.c index d716a7e76ae..3a6e603e0a9 100644 --- a/gcc/tree-ssa-live.c +++ b/gcc/tree-ssa-live.c @@ -570,8 +570,8 @@ calculate_live_on_entry (var_map map) bitmap_iterator bi; #ifdef ENABLE_CHECKING int num; -#endif edge_iterator ei; +#endif saw_def = BITMAP_XMALLOC ();