mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-06 01:10:06 +08:00
bitfield-1.mm: Expect failures.
* obj-c++.dg/bitfield-1.mm: Expect failures. * obj-c++.dg/bitfield-4.mm: Likewise. * obj-c++.dg/cxx-ivars-2.mm: Likewise. * obj-c++.dg/encode-8.mm: Likewise. * obj-c++.dg/isa-field-1.mm: Likewise. * obj-c++.dg/layout-1.mm: Likewise. * obj-c++.dg/lookup-2.mm: Likewise. * obj-c++.dg/try-catch-2.mm: Likewise. * obj-c++.dg/try-catch-9.mm: Likewise. From-SVN: r132266
This commit is contained in:
parent
d9e38079c2
commit
a1bd4be4e2
@ -1,3 +1,15 @@
|
||||
2008-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* obj-c++.dg/bitfield-1.mm: Expect failures.
|
||||
* obj-c++.dg/bitfield-4.mm: Likewise.
|
||||
* obj-c++.dg/cxx-ivars-2.mm: Likewise.
|
||||
* obj-c++.dg/encode-8.mm: Likewise.
|
||||
* obj-c++.dg/isa-field-1.mm: Likewise.
|
||||
* obj-c++.dg/layout-1.mm: Likewise.
|
||||
* obj-c++.dg/lookup-2.mm: Likewise.
|
||||
* obj-c++.dg/try-catch-2.mm: Likewise.
|
||||
* obj-c++.dg/try-catch-9.mm: Likewise.
|
||||
|
||||
2008-02-12 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c++/35144
|
||||
|
@ -111,3 +111,13 @@ int main(void)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-excess-errors "In file included from" { target lp64 } } */
|
||||
/* { dg-bogus "padding struct to align" "PR23610" { xfail lp64 } 1 } */
|
||||
|
||||
/* { dg-bogus "padding struct size" "PR23610" { xfail lp64 } 40 } */
|
||||
/* { dg-bogus "padding struct size" "PR23610" { xfail lp64 } 43 } */
|
||||
/* { dg-bogus "padding struct size" "PR23610" { xfail lp64 } 57 } */
|
||||
/* { dg-bogus "padding struct size" "PR23610" { xfail lp64 } 60 } */
|
||||
/* { dg-bogus "padding struct size" "PR23610" { xfail lp64 } 75 } */
|
||||
/* { dg-bogus "padding struct size" "PR23610" { xfail lp64 } 76 } */
|
||||
|
@ -48,3 +48,9 @@ int main(void)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-excess-errors "In file included from" { target lp64 } } */
|
||||
/* { dg-bogus "padding struct to align" "PR23610" { xfail lp64 } 1 } */
|
||||
|
||||
/* { dg-bogus "padding struct size" "PR23610" { xfail lp64 } 28 } */
|
||||
/* { dg-bogus "padding struct size" "PR23610" { xfail lp64 } 34 } */
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Check if the '- .cxx_construct' and '-.cxx_destruct' methods get called
|
||||
// and if they perform their desired function.
|
||||
|
||||
// { dg-do run }
|
||||
// { dg-do run { xfail { "*-*-*" } } } PR27247/PR23681
|
||||
// { dg-options "-fobjc-call-cxx-cdtors" }
|
||||
|
||||
#include <objc/Object.h>
|
||||
|
@ -3,7 +3,7 @@
|
||||
should be encoded as '*'). */
|
||||
/* Contributed by Ziemowit Laski <zlaski@apple.com>. */
|
||||
/* { dg-options "-lobjc" } */
|
||||
/* { dg-do run } */
|
||||
/* { dg-do run { xfail { "*-*-*" } } } PR27249 */
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Ensure there are no bizarre difficulties with accessing the 'isa' field of objects. */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-xfail-if "PR23613" { "*-*-*" } { "*" } { "" } } */
|
||||
|
||||
#include <objc/Object.h>
|
||||
|
||||
|
@ -13,3 +13,5 @@
|
||||
- (id) foo;
|
||||
@end
|
||||
|
||||
/* { dg-excess-errors "In file included from" { target lp64 } } */
|
||||
/* { dg-bogus "padding struct to align" "PR23610" { xfail lp64 } 1 } */
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-xfail-if "PR23614" { "*-*-*" } { "*" } { "" } } */
|
||||
|
||||
#include <objc/Object.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -3,6 +3,7 @@
|
||||
/* Developed by Ziemowit Laski <zlaski@apple.com>. */
|
||||
|
||||
/* { dg-options "-fobjc-exceptions" } */
|
||||
/* { dg-xfail-if "PR23616" { "*-*-*" } { "*" } { "" } } */
|
||||
/* { dg-do run } */
|
||||
|
||||
#include <objc/Object.h>
|
||||
|
@ -3,6 +3,7 @@
|
||||
/* Developed by Ziemowit Laski <zlaski@apple.com>. */
|
||||
|
||||
/* { dg-options "-fobjc-exceptions -O2" } */
|
||||
/* { dg-xfail-if "PR23616" { "*-*-*" } { "*" } { "" } } */
|
||||
/* { dg-do run } */
|
||||
|
||||
#include <objc/Object.h>
|
||||
|
Loading…
Reference in New Issue
Block a user