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
Implement C _FloatN, _FloatNx types.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr46068.c
blob
120119ce8294b5d9749de4a4ad456b4db2c69c4b
1
/* { dg-do compile } */
2
3
void
4
foo
()
5
{
6
asm goto
(
""
::::
l1
);
7
__builtin_unreachable
();
8
l1
:;
9
}
10
11
void
12
bar
()
13
{
14
foo
();
15
foo
();
16
}