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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
enum9.C
blob
9bb19da4ecb6f402823c7b7096cd964beec5ef7a
1
// { dg-do assemble }
2
3
template <typename _CharT>
4
class _Format_cache
5
{
6
public:
7
enum {
8
_S_digits, _S_digits_end = _S_digits+10,
9
_S_xdigits = _S_digits_end
10
};
11
};
12
13
template class _Format_cache<int>;