* obj-c++.dg/comp-types-10.mm: XFAIL for ICE.
* obj-c++.dg/try-catch-9.mm: XFAILfor ICE, move dg-options after
other test directives.
From-SVN: r135687
2008-05-20 Janis Johnson <janis187@us.ibm.com>
+ * obj-c++.dg/comp-types-10.mm: XFAIL for ICE.
+ * obj-c++.dg/try-catch-9.mm: XFAILfor ICE, move dg-options after
+ other test directives.
+
* obj-c++.dg/try-catch-2.mm: Move dg-options after dg-xfail-if.
* obj-c++.dg/encode-8.mm: Move dg-options after dg-do.
* obj-c++.dg/bitfield-4.mm: Ditto; use dg-prune-output instead of
/* Yet another mysterious gimplifier crasher. */
/* { dg-do compile } */
+/* { dg-xfail-if "PR23716" { *-*-* } { "*" } { "" } } */
+/* { dg-prune-output ".*internal compiler error.*" } */
/* { dg-options "-O3" } */
@class NSString;
block survive until the @catch block is reached. */
/* Developed by Ziemowit Laski <zlaski@apple.com>. */
-/* { dg-options "-fobjc-exceptions -O2" } */
-/* { dg-xfail-if "PR23616" { "*-*-*" } { "*" } { "" } } */
/* { dg-do run } */
+/* { dg-xfail-if "PR23616" { *-*-* } { "*" } { "" } } */
+/* { dg-prune-output ".*internal compiler error.*" } */
+/* { dg-options "-fobjc-exceptions -O2" } */
#include <objc/Object.h>
#include <stdlib.h>