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