URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [ultrasp1.c] - Rev 154
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 "" } */ /* { dg-options -mcpu=ultrasparc { target sparc-*-* } } */ int foo(long long y) { return -1 * y; }
Go to most recent revision | Compare with Previous | Blame | View Log