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
PR c/56980
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr59020.c
blob
696c9df9ac16f4d0eb45bcdeafe4ccb537a7574e
1
/* PR rtl-optimization/59020 */
2
3
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
4
/* { dg-options "-O2 -fmodulo-sched -fno-inline -march=corei7" } */
5
6
int
a
,
b
,
d
;
7
unsigned
c
;
8
9
void
f
()
10
{
11
unsigned
q
;
12
for
(;
a
;
a
++)
13
if
(((
c
%=
d
&&
1
) ? :
1
) &
1
)
14
for
(;
b
;
q
++);
15
}