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
/
error3.C
blob
bd5d70109457f3c0f7d24a75c203966518c6182b
1
// Test for proper error message formatting; the throw() should go inside
2
// the parens, as below.
3
4
void (*g() throw())(); // { dg-error "g\\(\\) throw" "" }
5
void (*g())(); // { dg-error "" "" }