annotate gcc/testsuite/gcc.c-torture/compile/pr38359.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 unsigned _ov_64_seek_lap (_Bool x1, _Bool x2, _Bool x3)
kono
parents:
diff changeset
2 {
kono
parents:
diff changeset
3 unsigned ltmp_3978_7__PHI_TEMPORARY;
kono
parents:
diff changeset
4 signed ltmp_4011_7;
kono
parents:
diff changeset
5
kono
parents:
diff changeset
6 if (!x1 || !x2)
kono
parents:
diff changeset
7 while (1) ;
kono
parents:
diff changeset
8
kono
parents:
diff changeset
9 if (x3)
kono
parents:
diff changeset
10 ltmp_3978_7__PHI_TEMPORARY = 0xffffff7e;
kono
parents:
diff changeset
11 else
kono
parents:
diff changeset
12 ltmp_3978_7__PHI_TEMPORARY = 1;
kono
parents:
diff changeset
13
kono
parents:
diff changeset
14 ltmp_4011_7 = -1;
kono
parents:
diff changeset
15 return ltmp_4011_7 >> ltmp_3978_7__PHI_TEMPORARY;
kono
parents:
diff changeset
16 }
kono
parents:
diff changeset
17