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

Subversion Repositories openrisc_me

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

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

Line No. Rev Author Line
1 301 jeremybenn
// PR c++/30328
2
// { dg-do link }
3
// { dg-options "" }
4
 
5
struct S
6
{
7
  signed int a:17;
8
} x;
9
 
10
typedef typeof (x.a) foo;
11
 
12
template 
13
T* inc(T* p) { return p+1; }
14
 
15
int main ()
16
{
17
  foo x[2] = { 1,2 };
18
  int y[2] = { 1,2 };
19
  *inc(x);
20
  *inc(y);
21
  return 0;
22
}

powered by: WebSVN 2.1.0

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