Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / reassoc-18.c
blob417fe2b507350c928605fc2b0d467b152e3df3f6
1 /* { dg-do compile } */
2 /* { dg-options "-O -fdump-tree-reassoc1" } */
4 unsigned int
5 ETree_nFactorEntriesInFront (unsigned int b, unsigned int m)
7 unsigned int nent = b*b + 2*b*m;
8 return nent;
11 /* { dg-final { scan-tree-dump-times "\\\*" 2 "reassoc1" } } */