diff options
-rw-r--r-- | chapter05/gcc-pass2.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 4fe46290b..8cd11d026 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -133,20 +133,20 @@ a summary of the test suite results, run this:</para> <para>You can compare your results to those posted to the gcc-testresults mailing list for similar configurations to your own. For an example of how current GCC-&gcc-version; should look on i686-pc-linux-gnu, see -<ulink url="http://gcc.gnu.org/ml/gcc-testresults/2003-10/msg00803.html"/>.</para> +<ulink url="http://gcc.gnu.org/ml/gcc-testresults/2004-01/msg00826.html"/>.</para> <para>Note that the results contain:</para> <screen>* 1 XPASS (unexpected pass) for g++ * 1 FAIL (unexpected failure) for gcc -* 26 XPASS's for libstdc++</screen> +* 24 XPASS's for libstdc++</screen> <para>The unexpected pass for g++ is due to the use of <userinput>--enable-__cxa_atexit</userinput>. Apparently not all platforms supported by GCC have support for "__cxa_atexit" in their C libraries, so this test is not always expected to pass.</para> -<para>The 26 unexpected passes for libstdc++ are due to the use of +<para>The 24 unexpected passes for libstdc++ are due to the use of <userinput>--enable-clocale=gnu</userinput>, which is the correct choice on Glibc-based systems of versions 2.2.5 and above. The underlying locale support in the GNU C library is superior to that of the otherwise selected "generic" |