This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Another bootstrap failure on alphaev6-unknown-linux-gnu
- To: lucier at math dot purdue dot edu
- Subject: Re: Another bootstrap failure on alphaev6-unknown-linux-gnu
- From: Richard Henderson <rth at redhat dot com>
- Date: Wed, 17 Oct 2001 02:06:13 -0700
- Cc: gcc at gcc dot gnu dot org
- References: <200110170216.f9H2GAD09902@banach.math.purdue.edu>
On Tue, Oct 16, 2001 at 09:16:11PM -0500, lucier@math.purdue.edu wrote:
> Bootstrap comparison failure!
> alias.o differs
Doh.
r~
* config/alpha/alpha.c (direct_call_operand): Don't fall off end.
Index: config/alpha/alpha.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/alpha/alpha.c,v
retrieving revision 1.197
diff -c -p -d -r1.197 alpha.c
*** alpha.c 2001/10/16 22:44:39 1.197
--- alpha.c 2001/10/17 09:03:44
*************** direct_call_operand (op, mode)
*** 868,873 ****
--- 868,875 ----
if (! TARGET_PROFILING_NEEDS_GP
&& ! profile_flag && ! profile_block_flag)
return 0;
+
+ return 1;
}
/* Return true if OP is a LABEL_REF, or SYMBOL_REF or CONST referencing