This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Does anyone use -fprofile-use with C++?



On Apr 7, 2005, at 6:01 PM, Daniel Kegel wrote:


Judging by http://gcc.gnu.org/PR20815, I get the feeling
not many people are using the -fprofile-generate
and -fprofile-use options yet, at least not with
C++, since it appears that namespaces make those options
fall over...  It'd be nice to get this fixed for gcc-4.0
(assuming it's a real bug and not just user error).

anonymous names are always problems, as I wrote in the bug you can use -frandom-seed=somenumber and it should fix the problem, I have not tested it.

-- Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]