OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [ext/] [packed11.C] - Blame information for rev 715

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 693 jeremybenn
// PR c++/26670
2
 
3
struct nonpod {
4
  nonpod();
5
};
6
 
7
struct nonpod_pack {
8
  nonpod n;                   // { dg-warning "ignoring packed attribute" }
9
} __attribute__ ((packed));
10
 
11
struct nonpod_pack2 {
12
  nonpod_pack p;              // { dg-warning "ignoring packed attribute" }
13
} __attribute__ ((packed));

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.