This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcc 3.x test matrix


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]