URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [g++.dg/] [other/] [gc3.C] - Rev 26
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/21687
// { dg-options "--param ggc-min-expand=0 --param ggc-min-heapsize=0" }
template <class Union>
void perform_test_trivial() {
struct check_union { void perform_test_trivial() {} };
}
Go to most recent revision | Compare with Previous | Blame | View Log