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
Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
arc
/
long-calls.c
blob
63fafbcc67430f6d3913e4471ecc3fbd70f9212c
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -mlong-calls" } */
3
4
int
g
(
void
);
5
6
int
f
(
void
)
7
{
8
g
();
9
}
10
11
/* { dg-final { scan-assembler "j @g" } } */