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
* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
gen-attrs-47-1.C
blob
4a5d73a192747b3d1ac8ca1be3b6e1259684b94f
1
// { dg-do compile { target c++11 } }
2
int
3
foo ()
4
{
5
int i [[and, bitor, xor_eq, compl, bitand]]; // { dg-warning "ignored" }
6
i = 0;
7
return i;
8
}