This is the mail archive of the gcc@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]

Re: Warning cleanup binge continues.



  In message <19980212000314.53707@dgii.com>you write:
  > 
  > As before, this doesn't strive to get all the -Wall whining under control, 
  > but it does knock off a bunch of them.
  > 
  > The only one of these that I have any real reservations about it is the
  > TREE_PUBLIC(DECL) fix in i386.h.  This is an int, not a pointer to a
  > string, right?
I actually did a double take on this one -- I missed first %s, so I thougt
your change was changing the format string for IDENTIFIER_POINTER.

Yes, TREE_PUBLIC is a int -- it's a bitfield actually, but an int is
close enough.

Minor ChangeLog typo...
  > 	* calls.c (expand_call): Bracket declaration of 'rxt_before_call',
							 ^^^
							 rtx


Please install this patch...

jeff


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