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
Small ChangeLog tweak.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr57393-2.c
blob
a56313c1d6ba76a42411f3a8bb0978a9a0458a9a
1
/* PR middle-end/57393 */
2
/* { dg-do compile } */
3
4
char
a
;
5
6
void
7
foo
(
int
**
p
)
8
{
9
int
b
;
10
for
(;;)
11
{
12
int
c
[
1
] = {
0
};
13
unsigned
*
d
= &
c
[
0
];
14
for
(
b
=
7
;
b
;
b
--)
15
**
p
&= --*
d
>=
a
;
16
}
17
}