aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/testsuite/obj-c++.dg/layout-1.mm
blob: 35ffa49da3b713bbb900d40cc592663f2ed7751b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Ensure that we do not get bizarre warnings referring to
   __attribute__((packed)) or some such.  */
/* { dg-do compile } */
/* { dg-options "-Wpadded -Wpacked -Wabi" } */

#include <objc/Object.h>

@interface Derived1: Object
{ }
@end

@interface Derived2: Object
- (id) foo;
@end

/* { dg-prune-output "In output included from" }   Ignore this message.  */
/* { dg-bogus "padding struct to align" "PR23610" { xfail lp64 } 1 } */