URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [other/] [gc4.C] - Rev 701
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/41120
// { dg-options "--param ggc-min-heapsize=0 --param ggc-min-expand=0" }
struct A
{
A();
};
struct B
{
A a;
};
B b;
Go to most recent revision | Compare with Previous | Blame | View Log