From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7623 invoked by alias); 24 Jun 2011 16:37:39 -0000 Received: (qmail 7408 invoked by uid 22791); 24 Jun 2011 16:37:37 -0000 X-SWARE-Spam-Status: No, hits=-2.7 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; Fri, 24 Jun 2011 16:37:23 +0000 From: "hjl.tools at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/49519] [4.7 Regression] Revision 175272 miscompiled 447.dealII in SPEC CPU 2006 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.7.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 Date: Fri, 24 Jun 2011 16:37: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: 2011-06/txt/msg02181.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49519 --- Comment #2 from H.J. Lu 2011-06-24 16:37:20 UTC --- step-14.cc is miscompiled: #0 SparsityPattern::operator() (this=0xcef8ffff, i=0, j=0) at sparsity_pattern.cc:608 #1 0x08223fc1 in add (value=0.075579727185634243, j=, i=, this=0xffffc76a) at include/lac/sparse_matrix.h:1709 #2 LaplaceSolver::Solver<3>::assemble_matrix (this=0x83845c8, linear_system=..., begin_cell=..., end_cell=..., mutex=...) at step-14.cc:796 #3 0x0822750e in operator() (arg4=..., arg3=..., arg2=..., arg1=..., this=0xffffc738) at include/base/thread_management.h:5382 #4 LaplaceSolver::Solver<3>::assemble_linear_system (this=0x83845c8, linear_system=...) at step-14.cc:716 #5 0x0822a0c2 in LaplaceSolver::Solver<3>::solve_problem (this=0x83845c8) at step-14.cc:676 #6 0x082270cd in do_call::*)(), LaplaceSolver::WeightedResidual<3>, boost::tuples::tuple<> > (obj=..., fun_ptr=) at include/fe/fe_q.h:239