URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [lto/] [20091022-2_0.C] - Rev 717
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-lto-do link }
// { dg-lto-options {{-O3 -flto -Winline}} }
#include <string>
int
main()
{
std::string i;
i = "abc";
}
Go to most recent revision | Compare with Previous | Blame | View Log