URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [lto/] [20101010-3_0.C] - Rev 717
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-lto-do link }
// { dg-lto-options { "-flto -std=c++0x" } }
decltype(nullptr) a;
int main() { return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log