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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [pr45112.C] - Blame information for rev 414

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 414 jeremybenn
/* { dg-do compile } */
2
 
3
struct JSString
4
{
5
  unsigned char mLength;
6
  static JSString unitStringTable[];
7
};
8
 
9
JSString JSString::unitStringTable[] __attribute__ ((aligned (8))) = { 1 };
10
 
11
int bug [__alignof__ (JSString::unitStringTable) >= 8 ? 1 : -1];
12
 

powered by: WebSVN 2.1.0

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