comparison gcc/testsuite/gcc.dg/strict-overflow-3.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
7 semantics. */ 7 semantics. */
8 8
9 int 9 int
10 foo (int i, int j) 10 foo (int i, int j)
11 { 11 {
12 return i + 100 < j + 1000; 12 return i + 100 < j + 1234;
13 } 13 }
14 14
15 /* { dg-final { scan-tree-dump-not "1000" "optimized" } } */ 15 /* { dg-final { scan-tree-dump-not "1234" "optimized" } } */