1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-optimized" } */
3 /* PR tree-optimization/113301 */
4 /* We should figure out that 1/(x+1) range is [-1,1]
5 and then /2 is always 0. */
13 /* { dg-final { scan-tree-dump-not "link_error " "optimized" } } */