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

PR ObjC++/23616
	* obj-c++.dg/try-catch-2.mm: Adjust xfail.
	* obj-c++.dg/try-catch-9.mm: Ditto.

From-SVN: r159971
This commit is contained in:
Iain Sandoe 2010-05-28 13:16:44 +00:00
parent 7ca9278786
commit 773c1c8d20
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2010-05-28 Iain Sandoe <iains@gcc.gnu.org>
PR ObjC++/23616
* obj-c++.dg/try-catch-2.mm: Adjust xfail.
* obj-c++.dg/try-catch-9.mm: Ditto.
2010-05-28 Dodji Seketeli <dodji@redhat.com>
Revert patch for PR c++/44188

View File

@ -3,8 +3,8 @@
/* Developed by Ziemowit Laski <zlaski@apple.com>. */
/* { dg-do run } */
/* { dg-xfail-if "PR23616" { "*-*-*" } { "*" } { "-fnext-runtime" } } */
/* { dg-xfail-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } }
/* { dg-xfail-if "PR23616" { *-*-* } { "-fgnu-runtime" } { "-fnext-runtime" } } */
/* { dg-xfail-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" "-fgnu-runtime" } { "" } }
/* { dg-options "-fobjc-exceptions" } */
#include "../objc-obj-c++-shared/Object1.h"

View File

@ -3,8 +3,8 @@
/* Developed by Ziemowit Laski <zlaski@apple.com>. */
/* { dg-do run } */
/* { dg-xfail-if "PR23616" { *-*-* } { "*" } { "-fnext-runtime" } } */
/* { dg-xfail-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } }
/* { dg-xfail-if "PR23616" { *-*-* } { "-fgnu-runtime" } { "-fnext-runtime" } } */
/* { dg-xfail-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" "-fgnu-runtime" } { "" } }
/* { dg-prune-output ".*internal compiler error.*" } */
/* { dg-options "-fobjc-exceptions -O2" } */