This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[committed] Fix clear_by_pieces prototype
- From: Ulrich Weigand <weigand at i1 dot informatik dot uni-erlangen dot de>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sun, 29 Jun 2003 19:47:17 +0200 (MET DST)
- Subject: [committed] Fix clear_by_pieces prototype
Hello,
this fixes a mis-converted prototype in expr.c, causing bootstrap
failure on platforms with HOST_WIDE_INT != long.
Committed as obvious.
Bye,
Ulrich
ChangeLog:
* expr.c (clear_by_pieces): Fix prototype.
Index: gcc/expr.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/expr.c,v
retrieving revision 1.558
diff -c -p -r1.558 expr.c
*** gcc/expr.c 29 Jun 2003 16:21:57 -0000 1.558
--- gcc/expr.c 29 Jun 2003 17:34:33 -0000
*************** store_by_pieces (rtx to, unsigned HOST_W
*** 2788,2794 ****
before calling. ALIGN is maximum alignment we can assume. */
static void
! clear_by_pieces (rtx to, long unsigned int len, unsigned int align)
{
struct store_by_pieces data;
--- 2788,2794 ----
before calling. ALIGN is maximum alignment we can assume. */
static void
! clear_by_pieces (rtx to, unsigned HOST_WIDE_INT len, unsigned int align)
{
struct store_by_pieces data;
--
Dr. Ulrich Weigand
weigand@informatik.uni-erlangen.de