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
Revert DECL_USER_ALIGN part of r241959
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr68327.c
blob
c3e6a9434a6a5f87c642cbd4cad6cd7b2b1f2e7a
1
/* { dg-do compile } */
2
/* { dg-options "-O3" } */
3
4
int
a
,
d
;
5
char
b
,
c
;
6
7
void
8
fn1
()
9
{
10
int
i
=
0
;
11
for
(;
i
<
1
;
i
++)
12
d
=
1
;
13
for
(;
b
;
b
++)
14
a
=
1
&& (
d
&
b
);
15
}