This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc++/23616] obj-c++.dg/try-catch-[29].mm (objc exceptions are broken) fails with the GNU Runtime
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Aug 2005 20:59:24 -0000
- Subject: [Bug objc++/23616] obj-c++.dg/try-catch-[29].mm (objc exceptions are broken) fails with the GNU Runtime
- References: <20050829034805.23616.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-31 20:59 -------
The fix would be change choose_personality_routine but that would mean you cannot mix C++ and
Objc exceptions in one TU. So far there are no tests for this. I might implement the change to the
ObjC and C++'s to implement this but I am not going to do it until 4.2. Maybe by then we can mix
them but I really doubt it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23616