repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Refactor ix86_expand_vecop_qihi2.
[gcc.git]
/
libstdc++-v3
/
testsuite
/
23_containers
/
array
/
element_access
/
110139.cc
blob
6f09aacf0a7e96c6a9fa822a69670527c572a288
1
// { dg-options "-pedantic" }
2
// { dg-do compile { target c++11 } }
3
#include <array>
4
template class std
::
array
<
int
,
0
>;
5
// { dg-bogus "ambiguous overload" "" { target *-*-* } 0 }