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
/
warn
/
Weff1.C
blob
a00dc29bf5f572e7a4b0feb183e6e3e99453ed41
1
// { dg-options "-Weffc++" }
2
3
struct S {};
4
/* Base classes should have virtual destructors. */
5
struct T : public S {}; // { dg-warning "" }