This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

Re: fmaxf, fminf, fmax, fmin, fmaxl, fminl gives corrupted values.


Murakami Hiroshi wrote:
Dear, GCC bugs,

I believe I found the bug in gcc or libm.a on Linux.
(Althought this may not be the GNU's bug.)

It seems the bug reproduces on most Linux when the cc (gcc) is used.
what happens when you use the -Wall option? I get
	f.c:10: warning: implicit declaration of function `fmaxf'
etc, which indicates the problem

nathan
--
Nathan Sidwell    ::   http://www.codesourcery.com   ::     CodeSourcery LLC
nathan@codesourcery.com    ::     http://www.planetfall.pwp.blueyonder.co.uk



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