Re: [PATCH] Fix PR tree-optimization/71314

2016-05-31 Thread Richard Biener
On Mon, May 30, 2016 at 9:50 PM, Patrick Palka wrote: > The test case ssa-thread-14.c expects that non-short-circuit logical ops > are used so it fails on targets that don't use such ops by default. To > fix, I copied the dg directives from tree-ssa/reassoc-35.c which look > reasonable. Does thi

[PATCH] Fix PR tree-optimization/71314

2016-05-30 Thread Patrick Palka
The test case ssa-thread-14.c expects that non-short-circuit logical ops are used so it fails on targets that don't use such ops by default. To fix, I copied the dg directives from tree-ssa/reassoc-35.c which look reasonable. Does this look OK to commit? gcc/testsuite/ChangeLog: PR tree