Jason Merrill <ja...@redhat.com> writes: | On 03/18/2013 10:57 AM, Gabriel Dos Reis 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? | | Anonymous namespaces don't have random names on ELF targets anymore.
Aha, thanks! Could use them in the cp/ directory? Do non-ELF targets still cause issues? Should use a compiler flag as Lawrence suggested? -- Gaby