try-catch-2.mm: Move dg-options after dg-xfail-if.
authorJanis Johnson <janis187@us.ibm.com>
Tue, 20 May 2008 23:25:13 +0000 (23:25 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 20 May 2008 23:25:13 +0000 (23:25 +0000)
* 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
dg-excess-errors for possible additional message.
* obj-c++.dg/layout-1.mm: Use dg-prune-output instead of
dg-excess-errors for possible additional message.

From-SVN: r135686

gcc/testsuite/ChangeLog
gcc/testsuite/obj-c++.dg/bitfield-4.mm
gcc/testsuite/obj-c++.dg/encode-8.mm
gcc/testsuite/obj-c++.dg/layout-1.mm
gcc/testsuite/obj-c++.dg/try-catch-2.mm

index 5881d65936168ec82e40151ade87c5557fd012b2..427be8d123a351237392e845c679782033ca5538 100644 (file)
@@ -1,5 +1,12 @@
 2008-05-20  Janis Johnson  <janis187@us.ibm.com>
 
+       * 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
+       dg-excess-errors for possible additional message.
+       * obj-c++.dg/layout-1.mm: Use dg-prune-output instead of
+       dg-excess-errors for possible additional message.
+
        * g++.dg/ext/vector14.C: Ignore a possible warning.
 
 2008-05-20  Samuel Tardieu  <sam@rfc1149.net>
index 0344dcdfab616845cb064404af2a2fe9f5da49b2..72c1396d706834689b0ec27ba67de1f251f548d4 100644 (file)
@@ -1,8 +1,8 @@
 /* Check if the @defs() construct preserves the correct
    layout of bitfields.  */
 /* Contributed by Ziemowit Laski <zlaski@apple.com>.  */
-/* { dg-options "-lobjc -Wpadded" } */
 /* { dg-do run } */
+/* { dg-options "-lobjc -Wpadded" } */
 
 #include <objc/Object.h>
 
@@ -49,7 +49,7 @@ int main(void)
   return 0;
 }
 
-/* { dg-excess-errors "In file included from" { target lp64 } } */
+/* { dg-prune-output "In file included from" }  Ignore this message.  */
 /* { dg-bogus "padding struct to align" "PR23610" { xfail lp64 } 1 } */
 
 /* { dg-bogus "padding struct size" "PR23610" { xfail lp64 } 28 } */
index bfd34754ff477bbb676f78b499582ca59caa14b3..53ad4e3222c2b3a4e9d85ef4a240fcacf7193a58 100644 (file)
@@ -2,8 +2,8 @@
    'BOOL *' (which should be encoded as '^c') and 'char *' (which
    should be encoded as '*').  */
 /* Contributed by Ziemowit Laski <zlaski@apple.com>.  */
-/* { dg-options "-lobjc" } */
 /* { dg-do run { xfail { "*-*-*" } } } PR27249 */
+/* { dg-options "-lobjc" } */
 
 #include <string.h>           
 #include <stdlib.h>
index 246dcc329b26e0bc4e7e18ead11966778b9be3de..35ffa49da3b713bbb900d40cc592663f2ed7751b 100644 (file)
@@ -13,5 +13,5 @@
 - (id) foo;
 @end
 
-/* { dg-excess-errors "In file included from" { target lp64 } } */
+/* { dg-prune-output "In output included from" }   Ignore this message.  */
 /* { dg-bogus "padding struct to align" "PR23610" { xfail lp64 } 1 } */
index 7809b890db9138eb36d369a563d471432ec10da8..d7b386a1bfad08de45449c91716c14abc566cb6b 100644 (file)
@@ -2,9 +2,9 @@
    all uncaught exceptions.  */
 /* Developed by Ziemowit Laski <zlaski@apple.com>.  */
 
-/* { dg-options "-fobjc-exceptions" } */
-/* { dg-xfail-if "PR23616" { "*-*-*" } { "*" } { "" } } */
 /* { dg-do run } */
+/* { dg-xfail-if "PR23616" { "*-*-*" } { "*" } { "" } } */
+/* { dg-options "-fobjc-exceptions" } */
 
 #include <objc/Object.h>
 #include <stdio.h>