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: Warning patch for fp-bit.c



  In message <200006201821.OAA10299@caip.rutgers.edu>you write:
  > The following patch removes 480 warnings from fp-bit.c/dp-bit.c.  Most
  > of them are prototype issues.  It moves common code from fp-bit.c into
  > a new file fp.bit.h and adds prototypes for various functions.
  > 
  > I also commented some of the #endif statements to clearly indicate
  > which #if condition they closed.  It made the file mode readable.
  > 
  > Lastly, some missing braces around initializers were added.
  > 
  > Tested on Aix4.1, okay to install?
  > 
  > 		--Kaveh
  > 
  > 
  > 
  > 2000-06-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
  > 
  > 	* fp-bit.h: New file.
  > 
  > 	* fp-bit.c: Move common code, prototypes, etc into fp-bit.h.
  > 	Comment #endif statements.
  > 	(__thenan_sf, __thenan_df): Add missing braces around initializer.
This is fine.  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]