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

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Aug 29 03:48:00 GMT 2005


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



More information about the Gcc-bugs mailing list