This is the mail archive of the gcc-patches@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]

[Committed] Fix objc/execute/exceptions/handler-1.m for NeXT runtime


Hi,
  The problem here is that the unexpected exception handler only exist
for the GNU runtime, this patch disables this testcase for the NeXT
runtime.

Committed after a bootstrap/test on i386-darwin (which is able to test
the NeXT runtime).

Thanks,
Andrew Pinski

ChangeLog:

* objc/execute/exceptions/handler-1.m: For the NeXT runtime, just return 0.

Attachment: fixhandlernext.diff.txt
Description: Text document


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