URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [sparc/] [ultrasp1.c] - Rev 753
Go to most recent revision | Compare with Previous | Blame | View Log
/* Simplified from testcase by David Staepelaere <staapa@ultimatech.com> */ /* { dg-do compile } */ /* { dg-options -mcpu=ultrasparc } */ int foo(long long y) { return -1 * y; }
Go to most recent revision | Compare with Previous | Blame | View Log