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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wcast-qual1.C
blob
e6ad4f6a06db970c6e9df625a6b01520ac8b7ba2
1
// PR c++/24667
2
// { dg-options "-Wcast-qual" }
3
4
int main(int, char**) {
5
const int foo[2] = {1,1};
6
((int*)foo)[0] = 0; // { dg-warning "cast" }
7
}