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
2013-09-12 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
crash33.C
blob
5ccb6529c6ee718b64c3f3002959b6b952bb5783
1
// PR c++/28878
2
// { dg-do compile }
3
4
template<int>
5
void foo()
6
[
7
throw;
8
}
9
10
// { dg-prune-output "expected" }
11
// { dg-prune-output "array bound" }