This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug objc++/23616] obj-c++.dg/try-catch-[29].mm (objc exceptions are broken) fails with the GNU Runtime


------- 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


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