From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12334 invoked by alias); 31 Jul 2005 16:56:05 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 12319 invoked by alias); 31 Jul 2005 16:56:03 -0000 Date: Sun, 31 Jul 2005 17:12:00 -0000 Message-ID: <20050731165603.12316.qmail@sourceware.org> From: "pinskia at physics dot uc dot edu" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20031027060214.12786.pinskia@gcc.gnu.org> References: <20031027060214.12786.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug gcov/profile/12786] -fvpt does not work with signed mod or signed divide with a constant negative number X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg04099.txt.bz2 List-Id: ------- Additional Comments From pinskia at physics dot uc dot edu 2005-07-31 16:56 ------- Subject: Re: [Bug gcov/profile/12786] -fvpt does not work with signed mod or signed divide with a constant negative number > > > ------- Additional Comments From veksler at il dot ibm dot com 2005-07-31 07:24 ------- > Does it mean that it won't be fixed neither on gcc-3.4 nor gcc-4.0 branches? Yes. > By marking it "resolved" will it not hide this PR when number of open > issues is counted for gcc-3.4 and gcc-4.0 branches? This was not a regression and has always been an issue when vpt was added. both 3.4 and 4.0 branches are release mode which means only regressions and bugs which cause a lot of trouble. For this bug, you have to backport the tree based value profiling and then turn remove the rtl based value profiling (or turn tree based ones by default). Both are huge and too dangerous at this point and not even due-able for the 3.4 branch. This is GCC's policy to close bugs which are not regressions which are fixed in the mainline. -- Pinski -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12786