obj-c++.dg/try-catch-2.mm fails with:
/tmp/ccYlrE11.o(.gcc_except_table+0x18): undefined reference to `typeinfo for 
Frob*'


Which means we are trying to use the C++ style exceptions instead of objc 
exceptions.

Though this is harder to fix correctly (I have to look into how the C++ 
front-end implements "java" 
exceptions).

-- 
           Summary: obj-c++.dg/try-catch-2.mm (objc exceptions are broken)
                    fails with the GNU Runtime
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P2
         Component: objc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23616

Reply via email to