> > > ------- 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