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

Subversion Repositories openrisc

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

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

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