On 06/10/2016 01:13 PM, Jakub Jelinek wrote:
Hi!
As can be seen on the following (IMNSHO valid) testcase, we need to walk
ops of GIMPLE_GOTO, except when it has (non-local) LABEL_DECL in it.
There is code to do this, but it was setting *handled_ops_p to true and
thus not actually walking those (
On June 10, 2016 9:13:09 PM GMT+02:00, Jakub Jelinek wrote:
>Hi!
>
>As can be seen on the following (IMNSHO valid) testcase, we need to
>walk
>ops of GIMPLE_GOTO, except when it has (non-local) LABEL_DECL in it.
>There is code to do this, but it was setting *handled_ops_p to true and
>thus not act
Hi!
As can be seen on the following (IMNSHO valid) testcase, we need to walk
ops of GIMPLE_GOTO, except when it has (non-local) LABEL_DECL in it.
There is code to do this, but it was setting *handled_ops_p to true and
thus not actually walking those (therefore tweaks of wi->* were useless).
Fixed