Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr55955.c
blob: cd96d56e8bbdf0090e59585cbba20ab2e041c54c [
file
] [
log
] [
blame
]
/* { dg-require-effective-target int32plus } */
/* PR tree-optimization/55955 */
int
b
;
void
foo
(
int
x
)
{
int
a
;
for
(
a
=
x
;
a
<
2
;
a
++)
for
(
b
=
0
;
b
<
2
;
b
++)
*(
unsigned
short
*)
0x100000UL
%=
46
;
}