URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [opt/] [life1.C] - Rev 154
Compare with Previous | Blame | View Log
// This testcase did not set up the pic register on IA-32 due
// to bug in calculate_global_regs_live EH edge handling.
// { dg-do compile { target i?86-*-linux* x86_64-*-linux* } }
// { dg-require-effective-target ilp32 }
// { dg-require-effective-target fpic }
// { dg-options "-O2 -fPIC" }
struct A { };
void foo (A (*fn)())
{
try {
A a = fn ();
} catch (...) {
}
}
// { dg-final { scan-assembler "GLOBAL_OFFSET_TABLE" } }