URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [ext/] [attrib38.C] - Rev 716
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/36625
template <int N>
struct A {
struct S { short f[3]; } __attribute__ ((aligned (N)));
};
int main ()
{
A<4>::S s;
}
Go to most recent revision | Compare with Previous | Blame | View Log