gcc 3.x test matrix
Jakub Jelinek
jakub@redhat.com
Sun Sep 2 05:15:00 GMT 2001
On Sat, Sep 01, 2001 at 10:07:46PM +0200, Mark Kettenis wrote:
> This is a small testsuite for _Unwind_Find_FDE in glibc. The tests
> should be compiled with GCC 3.0.1. We should test both a glibc
> compiled with GCC 2.95.x and a glibc compiled with GCC 3.0.1. All
> supported permutations of the usage of C++ code should be covered:
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).
Jakub
More information about the Libc-alpha
mailing list