Re: C++ PATCH to use the same anonymous namespace name on all targets

2013-03-20 Thread Gabriel Dos Reis
Jason Merrill writes: | Previous attempts to build the compiler as C++ had problems with stage | comparison due to anonymous namespaces having random names. This was | necessary in the past because of string comparison of type_info names | on targets that didn't support unification of the nodes

C++ PATCH to use the same anonymous namespace name on all targets

2013-03-20 Thread Jason Merrill
Previous attempts to build the compiler as C++ had problems with stage comparison due to anonymous namespaces having random names. This was necessary in the past because of string comparison of type_info names on targets that didn't support unification of the nodes for address comparison, but