From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29346 invoked by alias); 6 Oct 2011 15:38:53 -0000 Received: (qmail 29210 invoked by uid 22791); 6 Oct 2011 15:38:50 -0000 X-SWARE-Spam-Status: No, hits=-2.9 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; Thu, 06 Oct 2011 15:38:34 +0000 From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug gcov-profile/50631] New: g++.dg/bprob/g++-bprob-2.C -fbranch-probabilities FAILs on Tru64 UNIX Date: Thu, 06 Oct 2011 15:38:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: gcov-profile X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: 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: 2011-10/txt/msg00338.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50631 Bug #: 50631 Summary: g++.dg/bprob/g++-bprob-2.C -fbranch-probabilities FAILs on Tru64 UNIX Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: gcov-profile AssignedTo: unassigned@gcc.gnu.org ReportedBy: ro@gcc.gnu.org Host: alpha-dec-osf5.1b Target: alpha-dec-osf5.1b Build: alpha-dec-osf5.1b Between 20110923 and 20110930,g++.dg/bprob/g++-bprob-2.C started to FAIL on Tru64 UNIX: FAIL: g++.dg/bprob/g++-bprob-2.C compilation, -g -fbranch-probabilities UNRESOLVED: g++.dg/bprob/g++-bprob-2.C execution, -g -fbranch-probabilities FAIL: g++.dg/bprob/g++-bprob-2.C compilation, -O0 -fbranch-probabilities UNRESOLVED: g++.dg/bprob/g++-bprob-2.C execution, -O0 -fbranch-probabilities FAIL: g++.dg/bprob/g++-bprob-2.C compilation, -O1 -fbranch-probabilities UNRESOLVED: g++.dg/bprob/g++-bprob-2.C execution, -O1 -fbranch-probabilities FAIL: g++.dg/bprob/g++-bprob-2.C compilation, -O2 -fbranch-probabilities UNRESOLVED: g++.dg/bprob/g++-bprob-2.C execution, -O2 -fbranch-probabilities FAIL: g++.dg/bprob/g++-bprob-2.C compilation, -O3 -fbranch-probabilities UNRESOLVED: g++.dg/bprob/g++-bprob-2.C execution, -O3 -fbranch-probabilities FAIL: g++.dg/bprob/g++-bprob-2.C compilation, -O3 -g -fbranch-probabilities UNRESOLVED: g++.dg/bprob/g++-bprob-2.C execution, -O3 -g -fbranch-probabilities FAIL: g++.dg/bprob/g++-bprob-2.C compilation, -Os -fbranch-probabilities UNRESOLVED: g++.dg/bprob/g++-bprob-2.C execution, -Os -fbranch-probabilities The errors are like output is: /vol/gcc/src/hg/trunk/local/gcc/testsuite/g++.dg/bprob/g++-bprob-2.C: In function 'int {anonymous}::calc(int)': /vol/gcc/src/hg/trunk/local/gcc/testsuite/g++.dg/bprob/g++-bprob-2.C:14:1: warning: Source location for function '_ZN105_GLOBAL__N__vol_gcc_src_hg_trunk_local_gcc_testsuite_g__.dg_bprob_g___bprob_2.C_00000000_0x5883e8a346f62e4calcEi' have changed, the profile data may be out of date [enabled by default] FAIL: g++.dg/bprob/g++-bprob-2.C compilation, -g -fbranch-probabilities I have not yet determined what caused this. Rainer