#ifdef ELIMINABLE_REGS to avoid unused variable bootstrap failure.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121697
138bc75d-0d04-0410-961f-
82ee72b054a4
+2007-02-07 Roger Sayle <roger@eyesopen.com>
+
+ * global.c (compute_regsets): Move declatation of "i" inside of
+ #ifdef ELIMINABLE_REGS to avoid unused variable bootstrap failure.
+
2007-02-07 Jakub Jelinek <jakub@redhat.com>
PR c++/30703
{
#ifdef ELIMINABLE_REGS
static const struct {const int from, to; } eliminables[] = ELIMINABLE_REGS;
-#endif
size_t i;
+#endif
int need_fp
= (! flag_omit_frame_pointer
|| (current_function_calls_alloca && EXIT_IGNORE_STACK)