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
* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr55955.c
blob
cd96d56e8bbdf0090e59585cbba20ab2e041c54c
1
/* { dg-require-effective-target int32plus } */
2
/* PR tree-optimization/55955 */
3
4
int
b
;
5
6
void
7
foo
(
int
x
)
8
{
9
int
a
;
10
for
(
a
=
x
;
a
<
2
;
a
++)
11
for
(
b
=
0
;
b
<
2
;
b
++)
12
*(
unsigned short
*)
0x100000
UL
%=
46
;
13
}