URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [opt/] [eh1.C] - Rev 826
Compare with Previous | Blame | View Log
// PR middle-end/14477// { dg-do compile }// { dg-options "-O2 -fno-default-inline" }struct A{A();};struct B{B(const A*);};struct C{B b;C(int) : b(new A) {}};C c(0);
