From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10805 invoked by alias); 3 Feb 2007 23:36:03 -0000 Received: (qmail 10711 invoked by alias); 3 Feb 2007 23:35:54 -0000 Date: Sat, 03 Feb 2007 23:36:00 -0000 Message-ID: <20070203233554.10709.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug gcov-profile/30650] [4.3 Regression] ICE with -fprofile-use In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "hubicka 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: 2007-02/txt/msg00587.txt.bz2 ------- Comment #7 from hubicka at gcc dot gnu dot org 2007-02-03 23:35 ------- Subject: Bug 30650 Author: hubicka Date: Sat Feb 3 23:35:42 2007 New Revision: 121554 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121554 Log: PR gcov-profile/30650 * value-prof.c (stringop_block_profile): Fix handling of size counter; do not divide by zero for never executed counters. (tree_find_values_to_profile): Fix counters. * gcov-ui.h (GCOV_COUNTER_AVERAGE, GCOV_COUNTER_IOR): Fix comments. Modified: trunk/gcc/ChangeLog trunk/gcc/gcov-io.h trunk/gcc/value-prof.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30650