aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJanis Johnson <janis187@us.ibm.com>2008-05-20 23:26:31 +0000
committerJanis Johnson <janis@gcc.gnu.org>2008-05-20 23:26:31 +0000
commitb9fa7b4d0800b488660b390ae7e60e49f33c1318 (patch)
treebe1250870720585c9ce8326112db14ad18573897 /gcc
parent0c3fc9363e9bd170ca08731dd88fa55092514a87 (diff)
downloadgcc-b9fa7b4d0800b488660b390ae7e60e49f33c1318.zip
gcc-b9fa7b4d0800b488660b390ae7e60e49f33c1318.tar.gz
gcc-b9fa7b4d0800b488660b390ae7e60e49f33c1318.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/obj-c++.dg/comp-types-10.mm2
-rw-r--r--gcc/testsuite/obj-c++.dg/try-catch-9.mm5
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>