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
/
expr
/
volatile1.C
blob
712c9e0fbdde40456a2a6e70cdc8635c0cf1a2e8
1
// PR c++/23167
2
3
struct dom
4
{
5
static int tostr();
6
void eval_old() volatile{tostr();}
7
~dom() throw();
8
};
9