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
[committed] ft32 doesn't support trampolines.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
mips
/
compact-branches-2.c
blob
0f8064f5d88b87466f7bb6c98f6e904a0c6f9719
1
/* { dg-options "-mcompact-branches=never" } */
2
int
glob
;
3
4
void
5
foo
(
int
a
,
int
b
)
6
{
7
if
(
a
<
b
)
8
glob
=
1
;
9
}
10
11
/* { dg-final { scan-assembler-not "\tb\[^ \t\]*c" } } */
12
/* { dg-final { scan-assembler-not "\tj\[^ \t\]*c" } } */