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
Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
constant7.C
blob
c54ad55c1f058de1b5fc1f67ec4f4268ec3d98b9
1
// PR c++/19991
2
3
enum { e = 1 };
4
5
template<typename> struct A
6
{
7
static const int i = e;
8
char a[i];
9
};