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]

Re: egcs mainline, more warning patches ...




  In message <199807211827.OAA17314@caip.rutgers.edu>you write:
  > Mon Jul 20 15:19:46 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
  > 
  > 	* Makefile.in (fold-const.o): depend on $(RTL_H).
Installed.


  > 	* cplus-dem.c: Include config.h if it exists.  Also, only
  > 	prototype malloc/realloc if we can't get stdlib.h.
Installed into libiberty/cplus-dem.c

I also tweaked gcc to use libiberty's cplus-dem.c so that we need
only one copy of cplus-dem.c from now on.

  > 	* fold-const.c: Include rtl.h to get the prototype for
  >  	`set_identifier_local_value'.
Installed.


  > 	* loop.c (express_from_1): Remove unused variable `tmp'.
  > 	(combine_givs): cast the first argument of bzero to char *.
Installed.

  > 	* toplev.c (display_help): Remove unused variable `looking_for_start'.
  > 	Add explicit braces to avoid ambiguous `else'.
The ambigious else had already been installed.  I installed the other
hunk from this patch.

  > 	* cp-tree.h (set_identifier_local_value): Provide prototype.
  > 
  > 	* decl2.c (do_namespace_alias): Remove unused variables `binding'
  > 	and `old'.
I installed these too.

jeff


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