This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Warning elimination in function.c


Wed Nov 14 12:30:57 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>

	* function.c (struct temp_slot): ALIGN now unsigned.

*** function.c	2001/11/11 11:02:26	1.322
--- function.c	2001/11/14 17:20:02
*************** struct temp_slot
*** 182,186 ****
    rtx address;
    /* The alignment (in bits) of the slot.  */
!   int align;
    /* The size, in units, of the slot.  */
    HOST_WIDE_INT size;
--- 182,186 ----
    rtx address;
    /* The alignment (in bits) of the slot.  */
!   unsigned int align;
    /* The size, in units, of the slot.  */
    HOST_WIDE_INT size;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]