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: Another libio patch for egcs 1.0.2



  In message <m0y4ebE-00058iC@ocean.lucon.org>you write:
  > 1998-01-20  Andreas Schwab  (schwab@issan.informatik.uni-dortmund.de)
  > 
  > 	* iostream.cc (istream::operator>>(long double&))
  > 	[!_G_HAVE_LONG_DOUBLE_IO]: Scan value into separate variable, in
  > 	case long double is bigger than double.
  > 	(ostream::operator<<(double)) [_G_HAVE_PRINTF_FP]: Fix order of
  > 	initializers of struct printf_info to match declaration order,
  > 	to work around g++ bug.
  > 	(ostream::operator<<(long double)) [_G_HAVE_PRINTF_FP]: Likewise.
  > 
  > 	* gen-params: Add missing quotes.  Avoid useless use of command
  > 	substitution.
Thank you.  I have installed this on the release branch.

jeff


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