Re: Fix use of boolean_true/false_node (PR 83979)

2018-01-24 Thread Richard Biener
On Tue, Jan 23, 2018 at 12:25 PM, Richard Sandiford wrote: > r255913 changed some constant_boolean_node calls to boolean_true_node > and boolean_false_node, which meant that the returned tree didn't > always have the right type. > > Tested on aarch64-linux-gnu. Probably bordering on obvious, but

Fix use of boolean_true/false_node (PR 83979)

2018-01-23 Thread Richard Sandiford
r255913 changed some constant_boolean_node calls to boolean_true_node and boolean_false_node, which meant that the returned tree didn't always have the right type. Tested on aarch64-linux-gnu. Probably bordering on obvious, but just in case: OK to install? Richard 2018-01-23 Richard Sandiford