gcc 3.x test matrix
Mark Kettenis
kettenis@wins.uva.nl
Sun Sep 2 05:57:00 GMT 2001
Date: Sun, 2 Sep 2001 14:18:15 +0200
From: Jakub Jelinek <jakub@redhat.com>
Note that with 2.95.x, in order to actually test the GLIBC implementation,
all C++ stuff should be linked with explicit -lc (so that libc.so comes
before libstdc++.so).
Otherwise registry/__frame_state_for from libstdc++ will be used, which
means that either glibc won't be tested, or the test will fail (the latter
due to __frame_state_for in old libstdc++ not being able to throw through
3.0.1 compiled code).
While that would make the test succeed, the real solution would of
course involve fixing libstdc++ such that it doesn't contain
__frame_state_for anymore.
Mark
More information about the Libc-alpha
mailing list