URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [obj-c++.dg/] [layout-1.mm] - Rev 820
Go to most recent revision | Compare with Previous | Blame | View Log
/* 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-obj-c++-shared/TestsuiteObject.h"
@interface Derived1: TestsuiteObject
{ }
@end
@interface Derived2: TestsuiteObject
- (id) foo;
@end
/* { dg-prune-output "In output included from" } Ignore this message. */
/* { dg-bogus "padding struct to align" "PR23610" { target *-*-* } 0 } */
Go to most recent revision | Compare with Previous | Blame | View Log