On 3/18/13, Gabriel Dos Reis <g...@cs.tamu.edu> wrote: > I have been having discussion with Andrew about uses of anonymous > namespaces in GCC source code. I seem to remember that they used > to cause troubles when doing binary diff during bootsrap because > we use random names to ensure uniqueness of names; but are we > still doing that?
We could have an option to take the compile time (and probably some parts of the file path) out of the random number generator. > Clang appears to use anonymous namespaces... -- Lawrence Crowl