diff options
| -rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/testsuite/obj-c++.dg/comp-types-10.mm | 2 | ||||
| -rw-r--r-- | gcc/testsuite/obj-c++.dg/try-catch-9.mm | 5 |
3 files changed, 9 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 427be8d..a904ba3 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/obj-c++.dg/comp-types-10.mm b/gcc/testsuite/obj-c++.dg/comp-types-10.mm index 3abcde5..0a8f1c9 100644 --- a/gcc/testsuite/obj-c++.dg/comp-types-10.mm +++ b/gcc/testsuite/obj-c++.dg/comp-types-10.mm @@ -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; diff --git a/gcc/testsuite/obj-c++.dg/try-catch-9.mm b/gcc/testsuite/obj-c++.dg/try-catch-9.mm index 56bbdd1..f79f52f 100644 --- a/gcc/testsuite/obj-c++.dg/try-catch-9.mm +++ b/gcc/testsuite/obj-c++.dg/try-catch-9.mm @@ -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> |
