comp-types-10.mm: XFAIL for ICE.
authorJanis Johnson <janis187@us.ibm.com>
Tue, 20 May 2008 23:26:31 +0000 (23:26 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 20 May 2008 23:26:31 +0000 (23:26 +0000)
* 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

gcc/testsuite/ChangeLog
gcc/testsuite/obj-c++.dg/comp-types-10.mm
gcc/testsuite/obj-c++.dg/try-catch-9.mm

index 427be8d123a351237392e845c679782033ca5538..a904ba35afbd59afd26bb9b315a454654d05c713 100644 (file)
@@ -1,5 +1,9 @@
 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
index 3abcde5bec6fc29e9e2b079c0d819ac323a58deb..0a8f1c9b2c28bc5a7c9e62874e334b16c05f47ec 100644 (file)
@@ -1,5 +1,7 @@
 /* Yet another mysterious gimplifier crasher.  */
 /* { dg-do compile } */
+/* { dg-xfail-if "PR23716" { *-*-* } { "*" } { "" } } */
+/* { dg-prune-output ".*internal compiler error.*" } */
 /* { dg-options "-O3" } */
 
 @class NSString;
index 56bbdd1e55435dad91a258fa07d873fc1e5ad3ef..f79f52fbb9ac111c7cea329b54f7b94b8237ebd1 100644 (file)
@@ -2,9 +2,10 @@
    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>