re PR middle-end/26684 (ppc-Darwin bootstrap failure)
authorKazu Hirata <kazu@codesourcery.com>
Tue, 14 Mar 2006 20:47:17 +0000 (20:47 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 14 Mar 2006 20:47:17 +0000 (20:47 +0000)
PR middle-end/26684
* reg-stack.c (stack_regs_mentioned_data): Put it undef #ifdef
STACK_REGS.

From-SVN: r112067

gcc/ChangeLog
gcc/reg-stack.c

index 2cdf2b90c56ac9ea3ed209e449878d51a968a3fa..b4258bd0c3a0fe6523abdd5d5cf863f01509f9f1 100644 (file)
 
        * combine.c (UWIDE_SHIFT_LEFT_BY_BITS_PER_WORD): Remove.
 
+       PR middle-end/26684
+       * reg-stack.c (stack_regs_mentioned_data): Put it undef #ifdef
+       STACK_REGS.
+
 2006-03-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * pa/pa32-linux.h (CRT_CALL_STATIC_FUNCTION): Fix typo.
index f77b2b3f31339520e7d12c537bbc2fac80ca995b..09f74b45a802d88302bb0e61b349879dcad39973 100644 (file)
 DEF_VEC_I(char);
 DEF_VEC_ALLOC_I(char,heap);
 
+#ifdef STACK_REGS
+
 /* We use this array to cache info about insns, because otherwise we
    spend too much time in stack_regs_mentioned_p.
 
@@ -185,8 +187,6 @@ DEF_VEC_ALLOC_I(char,heap);
    stack registers.  */
 static VEC(char,heap) *stack_regs_mentioned_data;
 
-#ifdef STACK_REGS
-
 #define REG_STACK_SIZE (LAST_STACK_REG - FIRST_STACK_REG + 1)
 
 /* This is the basic stack record.  TOP is an index into REG[] such