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
/
vect
/
pr19951.cc
blob
a6acf99ff94d3b479823466aed1a559908306353
1
/* { dg-do compile } */
2
3
struct
A
4
{
5
~
A
();
6
};
7
8
void
foo
();
9
10
void
bar
()
11
{
12
A a
;
13
14
foo
();
15
for
(;;)
16
foo
();
17
}
18
19
/* { dg-final { cleanup-tree-dump "vect" } } */