comparison gcc/testsuite/gcc.dg/tree-ssa/fnsplit-1.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
17 for (i = 0; i < 1000; i++) 17 for (i = 0; i < 1000; i++)
18 t(a[i]); 18 t(a[i]);
19 return 0; 19 return 0;
20 } 20 }
21 /* { dg-final { scan-tree-dump-times "Splitting function at:" 1 "fnsplit"} } */ 21 /* { dg-final { scan-tree-dump-times "Splitting function at:" 1 "fnsplit"} } */
22 /* { dg-final { scan-tree-dump-times "Invalid sum" 0 "fnsplit"} } */
22 23