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
/
init
/
string1.C
blob
597b8619e723c619da975b8d9926a9e7b43f473e
1
extern void f (char*);
2
3
extern const char * const target = "foo";
4
5
void g ()
6
{
7
f (target); // { dg-error "conversion" }
8
}