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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.old-deja/] [g++.mike/] [net1.C] - Blame information for rev 699

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 699 jeremybenn
// { dg-do assemble  }
2
// Here is a net bug
3
 
4
class ivAllocation {
5
public:
6
  ivAllocation();
7
  int x_;
8
};
9
 
10
class TBScrollBoxInfo {
11
public:
12
  ivAllocation allocation_;
13
};
14
 
15
TBScrollBoxInfo* items_;
16
 
17
inline TBScrollBoxInfo item() {
18
  return items_[0];
19
}

powered by: WebSVN 2.1.0

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