This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug gcov/profile/12786] -fvpt does not work with signed mod or signed divide with a constant negative number
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jul 2005 16:56:03 -0000
- Subject: [Bug gcov/profile/12786] -fvpt does not work with signed mod or signed divide with a constant negative number
- References: <20031027060214.12786.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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