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


   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


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