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
/
other
/
assign1.C
blob
1983680dd7ba0e468d01de3ed590bbf459bf7d92
1
// PR c++/27716
2
// { dg-do compile }
3
4
int foo()
5
{
6
return i ""= i; // { dg-error "not declared|string constant" }
7
}