This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.0 Release Criteria
> AFAICT, I can only compile pooma on irix if I rebuild c++ and libstdc++ with
> -fsquangle. Is this then an appropriate application for regression testing?
The new C++ ABI defines a new mangling scheme, which is even more
compact than -fsquangling, according to initial tests. So no,
-fsquangling won't be used for regression testing - it appears that
this option will never be used by default in a released compiler.
Regards,
Martin