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/] [attrib21.C] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
// PR c++/20763
2
 
3
typedef void *voidp;
4
 
5
struct S
6
{
7
  char a;
8
  voidp __attribute__ ((aligned (16))) b;
9
};
10
 
11
struct T
12
{
13
  char a;
14
  void *__attribute__ ((aligned (16))) b;
15
};
16
 
17
int f[sizeof (struct S) != sizeof (struct T) ? -1 : 1];

powered by: WebSVN 2.1.0

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