1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-reassoc1" } */
11 /* We tested for reassociation to -(a + b) on the following which
12 isn't a transform that makes things cheaper. With reassoc
13 no longer applying to types with undefined overflow we lost
25 /* There should be an addition now. */
26 /* { dg-final { scan-tree-dump-times "\\+" 1 "reassoc1"} } */