From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23335 invoked by alias); 20 Nov 2010 03:53:13 -0000 Received: (qmail 23326 invoked by uid 22791); 20 Nov 2010 03:53:12 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 20 Nov 2010 03:53:07 +0000 From: "hjl.tools at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/46531] Many benchmarks in SPEC CPU 2006 are miscompiled by LTO X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: lto X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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 Date: Sat, 20 Nov 2010 06:02:00 -0000 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: 2010-11/txt/msg02537.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46531 --- Comment #2 from H.J. Lu 2010-11-20 03:53:00 UTC --- As of revision 166944, with -O3 -mfpmath=sse -msse2 -funroll-loops -ffast-math -fwhole-program -flto=jobserver -fuse-linker-plugin SPEC CPU 2K is compiled and run correctly for both ia32 and x86-64. For SPEC CPU 2006, with reference input, the only failure is: Running 416.gamess ref peak lto default 416.gamess: copy 0 non-zero return code (exit code=0, signal=11) **************************************** Contents of cytosine.2.err **************************************** STOP IN ABRT **************************************** **************************************** Contents of triazolium.err **************************************** STOP IN ABRT **************************************** for both ia32 and x86-64. For test input, the only 2 failures are Running 416.gamess test peak lto default **************************************** Contents of exam29.err **************************************** STOP IN ABRT **************************************** *** Miscompare of exam29.out; for details see /export/gnu/import/svn/gcc-test-spec/spec/2006/i686/spec/benchspec/CPU2006/4 16.gamess/run/run_peak_test_lto.0000/exam29.out.mis Running 465.tonto test peak lto default *** Miscompare of stdout; for details see /export/gnu/import/svn/gcc-test-spec/spec/2006/i686/spec/benchspec/CPU2006/4 65.tonto/run/run_peak_test_lto.0000/stdout.mis for both ia32 and x86-64. They may be the same bug.