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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [g++.dg/] [template/] [call1.C] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
//Origin: harinath@cs.umn.edu
2
//PR c++/10804
3
// G++ was not emiting the function foo.
4
 
5
// { dg-do run }
6
 
7
 
8
template
9
struct A
10
{
11
  A() { const void (*a)() = foo; }
12
  static const void foo() {}
13
};
14
int main(int argc, char *argv[])
15
{
16
  A a;
17
}

powered by: WebSVN 2.1.0

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