1 /* { dg-do compile } */
2 /* { dg-options "-O2 --param tree-reassoc-width=3 -fdump-tree-reassoc1-details" } */
5 foo (int a
, int b
, int c
, int d
)
17 /* Verify reassociation width was chosen to be 2. */
18 /* { dg-final { scan-tree-dump-times "Width = 2" 1 "reassoc1"} } */