Re: flatten expr.h (version 2)

2015-01-22 Thread Eric Botcazou
Thanks, moved them to expmed.h. Boostrapped on x86_64-unknown-linux-gnu with languages: all, testing in progress. Build on all targets in config-list.mk in progress. Assuming it goes fine, OK to commit ? You can install it under the obvious rule once successfully tested. -- Eric Botcazou

Re: flatten expr.h (version 2)

2015-01-22 Thread Prathamesh Kulkarni
On 21 January 2015 at 23:18, Eric Botcazou ebotca...@adacore.com wrote: Thanks. I had wrongly made eliminate_constant_term() static, reverted that change and it builds on all targets in config-list.mk. Committed as r219655 (hopefully nothing breaks!). Any particular reason why

Re: flatten expr.h (version 2)

2015-01-21 Thread Eric Botcazou
Thanks. I had wrongly made eliminate_constant_term() static, reverted that change and it builds on all targets in config-list.mk. Committed as r219655 (hopefully nothing breaks!). Any particular reason why store_bit_field, extract_bit_field, extract_low_bits expand_mult and

Re: flatten expr.h (version 2)

2015-01-15 Thread Prathamesh Kulkarni
On 14 January 2015 at 12:14, Richard Biener rguent...@suse.de wrote: On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: On 14 January 2015 at 17:31, Richard Biener rguent...@suse.de wrote: On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: On 14 January 2015 at 11:16, Prathamesh Kulkarni

Re: flatten expr.h (version 2)

2015-01-14 Thread Richard Biener
On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: On 13 January 2015 at 22:02, Prathamesh Kulkarni prathamesh.kulka...@linaro.org wrote: On 13 January 2015 at 16:06, Prathamesh Kulkarni prathamesh.kulka...@linaro.org wrote: On 13 January 2015 at 15:34, Richard Biener rguent...@suse.de

Re: flatten expr.h (version 2)

2015-01-14 Thread Prathamesh Kulkarni
On 14 January 2015 at 16:40, Prathamesh Kulkarni prathamesh.kulka...@linaro.org wrote: On 14 January 2015 at 14:34, Richard Biener rguent...@suse.de wrote: On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: On 13 January 2015 at 22:02, Prathamesh Kulkarni prathamesh.kulka...@linaro.org wrote:

Re: flatten expr.h (version 2)

2015-01-14 Thread Prathamesh Kulkarni
On 14 January 2015 at 17:31, Richard Biener rguent...@suse.de wrote: On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: On 14 January 2015 at 11:16, Prathamesh Kulkarni prathamesh.kulka...@linaro.org wrote: On 14 January 2015 at 16:40, Prathamesh Kulkarni prathamesh.kulka...@linaro.org wrote:

Re: flatten expr.h (version 2)

2015-01-14 Thread Richard Biener
On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: On 14 January 2015 at 11:16, Prathamesh Kulkarni prathamesh.kulka...@linaro.org wrote: On 14 January 2015 at 16:40, Prathamesh Kulkarni prathamesh.kulka...@linaro.org wrote: On 14 January 2015 at 14:34, Richard Biener rguent...@suse.de

Re: flatten expr.h (version 2)

2015-01-14 Thread Richard Biener
On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: On 14 January 2015 at 17:31, Richard Biener rguent...@suse.de wrote: On Wed, 14 Jan 2015, Prathamesh Kulkarni wrote: On 14 January 2015 at 11:16, Prathamesh Kulkarni prathamesh.kulka...@linaro.org wrote: On 14 January 2015 at 16:40,

Re: flatten expr.h (version 2)

2015-01-13 Thread Prathamesh Kulkarni
On 13 January 2015 at 15:34, Richard Biener rguent...@suse.de wrote: On Sun, 11 Jan 2015, Prathamesh Kulkarni wrote: Hi, This is a revamped expr.h flattening flattening patch rebased on tree.h and tree-core.h flattening patch (r219402). It depends upon the following patch to get committed.

Re: flatten expr.h (version 2)

2015-01-13 Thread Richard Biener
On Sun, 11 Jan 2015, Prathamesh Kulkarni wrote: Hi, This is a revamped expr.h flattening flattening patch rebased on tree.h and tree-core.h flattening patch (r219402). It depends upon the following patch to get committed. https://gcc.gnu.org/ml/gcc-patches/2015-01/msg00565.html Changes:

Re: flatten expr.h (version 2)

2015-01-13 Thread Prathamesh Kulkarni
On 13 January 2015 at 16:06, Prathamesh Kulkarni prathamesh.kulka...@linaro.org wrote: On 13 January 2015 at 15:34, Richard Biener rguent...@suse.de wrote: On Sun, 11 Jan 2015, Prathamesh Kulkarni wrote: Hi, This is a revamped expr.h flattening flattening patch rebased on tree.h and

Re: flatten expr.h (version 2)

2015-01-13 Thread Prathamesh Kulkarni
On 13 January 2015 at 22:02, Prathamesh Kulkarni prathamesh.kulka...@linaro.org wrote: On 13 January 2015 at 16:06, Prathamesh Kulkarni prathamesh.kulka...@linaro.org wrote: On 13 January 2015 at 15:34, Richard Biener rguent...@suse.de wrote: On Sun, 11 Jan 2015, Prathamesh Kulkarni wrote:

Re: flatten expr.h

2014-12-18 Thread Prathamesh Kulkarni
Hi, I had a discussion with Michael, and would like to put this patch on hold for now till we have tree.h and rtl.h flattening patches checked in to avoid conflicts. Thankyou, Prathamesh On 16 December 2014 at 17:13, Prathamesh Kulkarni prathamesh.kulka...@linaro.org wrote: Hi, The attached