repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* doc/invoke.texi: Document -std=c++17 and -std=gnu++17 and document
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.mike
/
p2793.C
blob
a331d6598be837df7fb8082f957919a5490cc257
1
// { dg-do assemble }
2
// prms-id: 2793
3
4
void f(char&) { // { dg-message "" } referenced by error below
5
f('c'); // { dg-error "" }
6
}