URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [lto/] [20081119-1_0.C] - Rev 826
Compare with Previous | Blame | View Log
/* { dg-lto-do link } */
/* { dg-lto-options {{-fPIC -fwhopr -r -nostdlib}} } */
#include "20081119-1.h"
extern __gnu_cxx::new_allocator<int> X;
int
f (__gnu_cxx::new_allocator<int> * a)
{
return a->max_size () + X.max_size();
}