URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [abi/] [pr39188-2.h] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
template<typename T> T f (T x) { static union { T i; }; T j = i; i = x; return j; }
Go to most recent revision | Compare with Previous | Blame | View Log