repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
template
/
static26.C
blob
095248bace4dde079fa230fdeb955fdf6fdb8fe5
1
// PR c++/28016
2
// { dg-final { scan-assembler-not "computed" } }
3
4
template<class T1, class T2>
5
struct scalar_divides_assign {
6
static const bool computed ;
7
};
8
9
template<class T1, class T2>
10
const bool scalar_divides_assign<T1,T2>::computed = true;