OSDN Git Service

* obj-c++.dg/comp-types-10.mm: XFAIL for ICE.
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 May 2008 23:26:31 +0000 (23:26 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 May 2008 23:26:31 +0000 (23:26 +0000)
* obj-c++.dg/try-catch-9.mm: XFAILfor ICE, move dg-options after
other test directives.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135687 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 427be8d..a904ba3 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 3abcde5..0a8f1c9 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 56bbdd1..f79f52f 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>