This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [MIPS] libstdc++ test case problem with respect to try..throw and catch



i am getting failures with respect to try..throw..catch related test cases

FAIL: 18_support/14026.cc execution test
FAIL: 19_diagnostics/stdexceptions.cc execution test
FAIL: 21_strings/basic_string/append/char/1.cc execution test
FAIL: 21_strings/basic_string/cons/char/1.cc execution test
FAIL: 21_strings/basic_string/cons/char/3.cc execution test
....
....

OK. This signals that something basic is wrong.


Have you run the g++ testsuite? You might want to start with fixing up any issues in the compiler.

I need help to debug this problem.
where can i get the implementation details of try..throw and catch in gcc-3.4.4?

You'll find the C++ABI docs useful.


http://www.codesourcery.com/cxx-abi/

Most of the libsupc++ exception handling bits are in the libsupc++ directory. See the eh_* files.

-benjamin


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