Re: [PATCH] Call get_ops just for SSA_NAMEs (PR tree-optimization/71987)

2016-07-25 Thread Richard Biener
On Mon, Jul 25, 2016 at 10:56 AM, Martin Liška wrote: > Hi. > > As other calls of get_ops is guarded with TREE_CODE (x) == SSA_NAME, I guess > the > same should be done for the call that causes the ICE. > > Patch can bootstrap on ppc64le-redhat-linux and survives regression

Re: [PATCH] Call get_ops just for SSA_NAMEs (PR tree-optimization/71987)

2016-07-25 Thread Martin Liška
On 07/25/2016 11:51 AM, kugan wrote: > Sorry about the breakage. Since final_range_test_p allows either lhs or rhs > to be SSA_NAME (for the different cases it accepts), we should indeed check > for TREE_CODE being SSA_NAME. Unfortunately it didn't trigger in my testing. > Lets wait for the

Re: [PATCH] Call get_ops just for SSA_NAMEs (PR tree-optimization/71987)

2016-07-25 Thread kugan
? Martin 0001-Call-get_ops-just-for-SSA_NAMEs-PR-tree-optimization.patch From 9dd5cc00eb3c271fad91fede6a9b06df356e001f Mon Sep 17 00:00:00 2001 From: marxin <mli...@suse.cz> Date: Mon, 25 Jul 2016 09:19:54 +0200 Subject: [PATCH] Call get_ops just for SSA_NAMEs (PR tree-optimization/71987

[PATCH] Call get_ops just for SSA_NAMEs (PR tree-optimization/71987)

2016-07-25 Thread Martin Liška
Mon Sep 17 00:00:00 2001 From: marxin <mli...@suse.cz> Date: Mon, 25 Jul 2016 09:19:54 +0200 Subject: [PATCH] Call get_ops just for SSA_NAMEs (PR tree-optimization/71987) gcc/ChangeLog: 2016-07-25 Martin Liska <mli...@suse.cz> PR tree-optimization/71987 * tre