From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27889 invoked by alias); 24 Sep 2009 14:06:43 -0000 Received: (qmail 27830 invoked by uid 48); 24 Sep 2009 14:06:30 -0000 Date: Thu, 24 Sep 2009 14:06:00 -0000 Message-ID: <20090924140630.27829.qmail@sourceware.org> From: "zimmerma+gcc at loria dot fr" To: glibc-bugs@sources.redhat.com In-Reply-To: <20060521003011.2678.jsm28@gcc.gnu.org> References: <20060521003011.2678.jsm28@gcc.gnu.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug math/2678] pow returns incorrect results on underflow X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00068.txt.bz2 ------- Additional Comments From zimmerma+gcc at loria dot fr 2009-09-24 14:06 ------- (In reply to comment #4) > It seems that constant folding on pow() isn't done by GCC yet. according to http://gcc.gnu.org/gcc-4.3/changes.html#mpfropts, pow is also handled by the constant folding mechanism. -- http://sourceware.org/bugzilla/show_bug.cgi?id=2678 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.