------- Comment #4 from bangerth at math dot tamu dot edu 2006-09-05 11:51 ------- Subject: Re: -fprofile-generate/use and C++ anonymous namespaces don't mix
> And you can work around with -frandom-seed=0 Nope, since that means that symbols in anonymous namespaces are the same every time you compile a file, you can't compile the file twice with different flags and later link the whole thing together. -frandom-seed=0 is not compatible with C++ semantics of anonymous namespace members. W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [EMAIL PROTECTED] www: http://www.math.tamu.edu/~bangerth/ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28948