patch: apply_arg_size, unsigned warning

Aldy Hernandez aldyh@redhat.com
Sun Dec 16 22:32:00 GMT 2001


committing as obvious.

-- 
Aldy Hernandez			E-mail: aldyh@redhat.com
Professional Gypsy
Red Hat, Inc.

2001-12-16  Aldy Hernandez  <aldyh@redhat.com>

	* builtins.c (apply_args_size): Change regno to unsigned.

Index: builtins.c
===================================================================
RCS file: /cvs/uberbaum/gcc/builtins.c,v
retrieving revision 1.133
diff -c -p -r1.133 builtins.c
*** builtins.c	2001/12/13 00:43:50	1.133
--- builtins.c	2001/12/17 05:49:03
*************** static int
*** 885,891 ****
  apply_args_size ()
  {
    static int size = -1;
!   int align, regno;
    enum machine_mode mode;
  
    /* The values computed by this function never change.  */
--- 885,892 ----
  apply_args_size ()
  {
    static int size = -1;
!   int align;
!   unsigned int regno;
    enum machine_mode mode;
  
    /* The values computed by this function never change.  */



More information about the Gcc-patches mailing list