From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20557 invoked by alias); 8 Nov 2009 11:37:07 -0000 Received: (qmail 20540 invoked by uid 48); 8 Nov 2009 11:36:58 -0000 Date: Sun, 08 Nov 2009 11:37:00 -0000 Message-ID: <20091108113658.20539.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/41986] incorrect execution via addition of -finline-functions In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-11/txt/msg00706.txt.bz2 ------- Comment #2 from rguenth at gcc dot gnu dot org 2009-11-08 11:36 ------- You seem to run afoul generic floating point equality comparison issues. best_score possibly modifies scores and calls back to best_equiv. Roudning issues with the accumulation can lead to the failure. So, we need some analysis on your part to prove this is a bug with GCC, we're not application debuggers ;) -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41986