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
/
pr16973.c
blob
83274a186ba620915ed743c817ace1fdde0ec514
1
/* We were removing the label "a" because
2
we were removing the BB for it but forgot
3
to add back the label. */
4
5
/* { dg-options "" } */
6
/* { dg-require-effective-target label_values } */
7
8
void
9
f
(
void
)
10
{
11
static
__SIZE_TYPE__ x
= &&
a
- &&
b
;
12
a
:
b
:
return
;
13
}