https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70174

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #7)
> Comment on attachment 37931 [details]
> gcc6-pr70174.patch
> 
> +             tmp = gen_lowpart (op_mode, force_reg (GET_MODE (value),
> +                                                    value1));
> 
> 
> Should GET_MODE here be of value1 and not value?

value1 == value at that point, and the force_reg a few lines above does exactly
the same.

Reply via email to