repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
FSF GCC merge 02/23/03
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
ultrasp1.c
blob
82f586c7db89d24ef3bf1b846f6c468263f89c46
1
/* Simplified from testcase by David Staepelaere <staapa@ultimatech.com> */
2
3
/* { dg-do compile } */
4
/* { dg-options "" } */
5
/* { dg-options -mcpu=ultrasparc { target sparc-*-* } } */
6
7
int
foo
(
long long
y
) {
8
return
-
1
*
y
;
9
}