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
[RFA] Fix csky and c6x build failures
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr100398.c
blob
eeeaf98e15bc6450135ba2c8b7b1af4e7666238b
1
/* { dg-do compile { target asm_goto_with_outputs } } */
2
3
int
4
test5_limit
(
void
)
5
{
6
int
addr
;
7
8
asm goto
(
""
:
"+r"
(
addr
) : : :
t_err
);
9
return
0
;
10
11
t_err
:
12
return
1
;
13
}