comparison gcc/testsuite/gcc.c-torture/execute/loop-3.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
11 { 11 {
12 int i; 12 int i;
13 i = m; 13 i = m;
14 do 14 do
15 { 15 {
16 g (i * INT_MAX / 2); 16 g ((int)((unsigned)i * INT_MAX) / 2);
17 } 17 }
18 while (--i > 0); 18 while (--i > 0);
19 } 19 }
20 20
21 main () 21 main ()