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
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wcast-qual2.C
blob
45db74bbef726b029bcc931098ce77b2fb6a6450
1
// PR c++/50956
2
// { dg-options "-Wcast-qual" }
3
4
void* p = (void*)"txt"; // { dg-warning "11:cast" }