This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
[MIPS] libstdc++ test case problem with respect to try..throw and catch
- From: "Nida M" <nidajm at gmail dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Tue, 27 Feb 2007 17:41:58 +0530
- Subject: [MIPS] libstdc++ test case problem with respect to try..throw and catch
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Es7KXq7MVBw5hmNWmin6dgR2p9BxuDF19MxUGoIrjripkYjYWD8rwv4A2vs3VGQ81rSLR+gjUan3eRJKuU1xnj2kU4GW1gXpemS/XcSNf0r+l2XFt8UNY4fAHnHOzvPvxG7bmpEKCIy3CfiWcnw6W2OODxMwqIdQnDbUCwz9zas=
Hi, All
I am executing libstdc++ testsuites for MIPS architecture and
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
....
....
I need help to debug this problem.
where can i get the implementation details of try..throw and catch in gcc-3.4.4?
Thnaks & regards
- nidajm