This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: __builtin_cpow((0,0),(0,0))
- From: Robert Dewar <dewar at adacore dot com>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: gcc at gcc dot gnu dot org, libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Mon, 07 Mar 2005 10:15:04 -0500
- Subject: Re: __builtin_cpow((0,0),(0,0))
- References: <422C63ED.8020200@suse.de> <422C6C28.6070309@suse.de>
Paolo Carlini wrote:
Actually, sorry, __builtin_cpow returns (nan, nan) (got sidetracked by a
strange issue I'm seeing in the C++ library), even "worse", so to speak...
Paolo.
Well it certainly seems the right result in this case to me. Does the
standard really require the wrong result here?