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
* gcc.dg/stack-check-5.c: Skip with -fstack-protector.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr38700.c
blob
8b7cbc83c4c2ecc59ceda593784cd11d84fdd040
1
/* PR c/38700 */
2
/* { dg-do compile } */
3
/* { dg-options "-O0" } */
4
/* { dg-require-effective-target label_values } */
5
6
int
7
foo
()
8
{
9
__UINTPTR_TYPE__ s
=
__builtin_expect
((
__UINTPTR_TYPE__
)&&
L
,
0
);
10
L
:
11
return
0
;
12
}