Jason Merrill <ja...@redhat.com> 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 for address
| comparison, but when we switched to doing string comparison on
| GNU/Linux as well, we changed it so that we do address comparison for
| types in the anonymous namespace, so we don't need a randomized name
| anymore.

Excellent!  
Many thanks,

-- Gaby

Reply via email to