This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12910] Double exception error
- From: "dhazeghi at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Nov 2003 05:13:36 -0000
- Subject: [Bug c++/12910] Double exception error
- References: <20031105121653.12910.nick@bel.ru>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dhazeghi at yahoo dot com 2003-11-23 05:13 -------
With gcc 3.3 branch, 3.2.3, 3.2.2 and intel c++ 7.0 (on RH9 systems), I see just:
[dara@penguin dara]$ ./a.out
Aborted
With mainline I see:
bash-2.05b$ ./foo
terminate called after throwing an instance of 'std::string'
Aborted
In either case, I don't see anything wrong. Can you clarify what the problem is?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12910