Date: Thu, 17 Mar 94 08:47:54 -0500 From: dj AT ctron DOT com (DJ Delorie) To: h_ellenberger AT p14 DOT lemas DOT chg DOT imp DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Annother bug in printf? > Besides of some interesting details the program issued the following: > > "WARNING Possibly bad output from printf" > > Could anybody verify if printf is wrong or if it's a false waring of enquire? I've seen this. The floating point to ASCII converter in libc.a isn't perfect. > PS: Due to a name clash with the pc-library it was necessary to change setmode > to set_mode. Since printf does not support long double io I also used the > -DNO_LONG_DOUBLE_IO switch. I keep changing it to "sun_setmode" since it's for SunOS.