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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.old-deja/] [g++.martin/] [sts_partial.C] - Blame information for rev 154

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

Line No. Rev Author Line
1 149 jeremybenn
// { dg-do run  }
2
// ecgs-bugs 1999-02-22 14:26 Stefan Schwarzer
3
// sts@ica1.uni-stuttgart.de
4
// partial ordering problem in egcs <= 1.1.1
5
 
6
template
7
int f(T &){ return 1; }
8
 
9
template
10
int f( T[] ){ return 0; }
11
 
12
int main(){
13
  int d[] ={2};
14
  return f(d);
15
}

powered by: WebSVN 2.1.0

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