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/23306] New: [unit-at-a-time] objc.dg/try-catch-8.m fails to link/compile with the gnu runtime


objc.dg/try-catch-8.m fails currently on the mainline, it also fails on the 4.0 branch for the same 
reason (well it is not tested there at all because it was marked as testing for darwin only for some 
reason, which I was not going to look into just yet).

Anyways the problem is that we call generate_strings before we lower the eh so we don't get a string 
which is referenced from the eh data.

-- 
           Summary: [unit-at-a-time] objc.dg/try-catch-8.m fails to
                    link/compile 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=23306


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