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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
template
/
restrict1.C
blob
4452298eb33030ca6a06f17363f579c7af20ed06
1
// PR c++/6392
2
// Bug: We tried to make the array restricted, which doesn't make sense.
3
4
template <class T>
5
class bob
6
{
7
T * __restrict a[50];
8
};