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
/
other
/
gc3.C
blob
500d109e0d72f6df61b245338cf1f9a33da8625a
1
// PR c++/21687
2
// { dg-options "--param ggc-min-expand=0 --param ggc-min-heapsize=0" }
3
4
template <class Union>
5
void perform_test_trivial() {
6
struct check_union { void perform_test_trivial() {} };
7
}
8