repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[31/77] Use scalar_int_mode for move2add
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.brendan
/
crash6.C
blob
b975237a85f8cddf0e8dd9de785a51b1f7122a70
1
// { dg-do assemble }
2
// GROUPS passed old-abort
3
// Should be fixed by:
4
// Sun Jun 13 12:55:22 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
5
//
6
// * cp-decl.c (start_function): Avoid a null-reference on CTYPE.
7
8
template<int>
9
class Program {
10
} ;
11
12
template<>
13
class Program<0> {
14
public:
15
inline friend float EvalNextArg()
16
{ return 1.0 ; }
17
} ;