Re: anonymous namespaces in GCC source code

2013-03-19 Thread Alec Teal
On 18/03/13 18:50, Lawrence Crowl wrote: On 3/18/13, 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

Re: anonymous namespaces in GCC source code

2013-03-18 Thread Gabriel Dos Reis
Jason Merrill 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 becau

Re: anonymous namespaces in GCC source code

2013-03-18 Thread Lawrence Crowl
On 3/18/13, 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 o

anonymous namespaces in GCC source code

2013-03-18 Thread Gabriel Dos Reis
Hi Jason, Lawrence, 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

Re: anonymous namespaces in GCC source code

2013-03-18 Thread Jason Merrill
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