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
/
pr55838.c
blob
d2d6e142ba28bfdf194642a64b0a9887b3c8783e
1
/* PR rtl-optimization/55838 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2 -funroll-loops" } */
4
5
int
a
;
6
unsigned char
c
;
7
8
void
9
f
(
void
)
10
{
11
while
(
c
++ <
2
)
12
c
=
a
+=
129
;
13
}