Re: [PATCH] Fix PR target/65730

2015-05-20 Thread Max Filippov
On Wed, May 20, 2015 at 7:36 PM, augustine.sterl...@gmail.com wrote: > On Tue, May 19, 2015 at 8:31 PM, Max Filippov wrote: >> 2015-05-20 Max Filippov >> gcc/ >> * config/xtensa/xtensa.c (init_alignment_context): Replace MULT >> by BITS_PER_UNIT with ASHIFT by exact_log2 (BITS_

Re: [PATCH] Fix PR target/65730

2015-05-20 Thread augustine.sterl...@gmail.com
On Tue, May 19, 2015 at 8:31 PM, Max Filippov wrote: > 2015-05-20 Max Filippov > gcc/ > * config/xtensa/xtensa.c (init_alignment_context): Replace MULT > by BITS_PER_UNIT with ASHIFT by exact_log2 (BITS_PER_UNIT). Approved, please apply.

[PATCH] Fix PR target/65730

2015-05-19 Thread Max Filippov
2015-05-20 Max Filippov gcc/ * config/xtensa/xtensa.c (init_alignment_context): Replace MULT by BITS_PER_UNIT with ASHIFT by exact_log2 (BITS_PER_UNIT). --- gcc/config/xtensa/xtensa.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gcc/config/xtensa/xten