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
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