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
Introduce class rtx_reader
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
ext
/
fixed2.C
blob
1ee5538a1721df37e6929085223b8482f5abf42c
1
// PR c++/35319
2
// { dg-options "" }
3
4
void foo()
5
{
6
throw 0r; // { dg-error "not supported" }
7
}