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
/
write-strings-default.C
blob
063b303f66039a2108602f768e5645277b628388
1
// { dg-do compile }
2
// Test the default for -Wwrite-strings
3
4
int main()
5
{
6
char* p = "Asgaard"; // { dg-warning "deprecated|forbids converting a string constant" }
7
}