From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31443 invoked by alias); 29 Jan 2013 09:11:11 -0000 Received: (qmail 31191 invoked by uid 55); 29 Jan 2013 09:10:28 -0000 From: "rguenther at suse dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/53073] [4.8 Regression] 464.h264ref in SPEC CPU 2006 miscompiled Date: Tue, 29 Jan 2013 09:11:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenther at suse dot de X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2013-01/txt/msg02631.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53073 --- Comment #10 from rguenther at suse dot de 2013-01-29 09:10:25 UTC --- On Mon, 28 Jan 2013, sje at gcc dot gnu.org wrote: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53073 > > Steve Ellcey changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |sje at gcc dot gnu.org > > --- Comment #9 from Steve Ellcey 2013-01-28 18:50:42 UTC --- > FYI: I reported this issue to SPEC to make sure they were aware of it. > their reply is at: > > http://www.spec.org/cpu2006/Docs/faq.html#Run.05 > > They do not intend to offer alternative sources. So be it. At a last resort we could add a switch that disables just number-of-iteration computations based on undefined behavior. Note that all previous releases of GCC have the same behavior - the knowledge is just not used. Thus such switch would pessimize code further than reverting to previous behavior - nevertheless such switch would be consistent with existing switches like -fno-strict-aliasing or -fno-strict-overflow. Richard.