Commit b9fa7b4d by Janis Johnson Committed by Janis Johnson

comp-types-10.mm: XFAIL for ICE.

	* 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
parent 0c3fc936
2008-05-20 Janis Johnson <janis187@us.ibm.com> 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/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/encode-8.mm: Move dg-options after dg-do.
* obj-c++.dg/bitfield-4.mm: Ditto; use dg-prune-output instead of * obj-c++.dg/bitfield-4.mm: Ditto; use dg-prune-output instead of
......
/* Yet another mysterious gimplifier crasher. */ /* Yet another mysterious gimplifier crasher. */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-xfail-if "PR23716" { *-*-* } { "*" } { "" } } */
/* { dg-prune-output ".*internal compiler error.*" } */
/* { dg-options "-O3" } */ /* { dg-options "-O3" } */
@class NSString; @class NSString;
......
...@@ -2,9 +2,10 @@ ...@@ -2,9 +2,10 @@
block survive until the @catch block is reached. */ block survive until the @catch block is reached. */
/* Developed by Ziemowit Laski <zlaski@apple.com>. */ /* Developed by Ziemowit Laski <zlaski@apple.com>. */
/* { dg-options "-fobjc-exceptions -O2" } */
/* { dg-xfail-if "PR23616" { "*-*-*" } { "*" } { "" } } */
/* { dg-do run } */ /* { dg-do run } */
/* { dg-xfail-if "PR23616" { *-*-* } { "*" } { "" } } */
/* { dg-prune-output ".*internal compiler error.*" } */
/* { dg-options "-fobjc-exceptions -O2" } */
#include <objc/Object.h> #include <objc/Object.h>
#include <stdlib.h> #include <stdlib.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment