OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [g++.dg/] [ext/] [packed11.C] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 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.