Re: [PATCH] Fix PR67053

2015-08-11 Thread Richard Biener
On Tue, 11 Aug 2015, Marc Glisse wrote: > On Tue, 11 Aug 2015, Richard Biener wrote: > > > On Tue, 11 Aug 2015, Marc Glisse wrote: > > > > > On Wed, 29 Jul 2015, Richard Biener wrote: > > > > > > > The following fixes PR67053 by more closely mirror what fold_binary()s > > > > STRIP_NOPS does to

Re: [PATCH] Fix PR67053

2015-08-11 Thread Marc Glisse
On Tue, 11 Aug 2015, Richard Biener wrote: On Tue, 11 Aug 2015, Marc Glisse wrote: On Wed, 29 Jul 2015, Richard Biener wrote: The following fixes PR67053 by more closely mirror what fold_binary()s STRIP_NOPS does to avoid the C++ FE constexpr code to regress. Bootstrapped on x86_64-unknown-

Re: [PATCH] Fix PR67053

2015-08-11 Thread Richard Biener
On Tue, 11 Aug 2015, Marc Glisse wrote: > On Wed, 29 Jul 2015, Richard Biener wrote: > > > The following fixes PR67053 by more closely mirror what fold_binary()s > > STRIP_NOPS does to avoid the C++ FE constexpr code to regress. > > > > Bootstrapped on x86_64-unknown-linux-gnu, testing in progre

Re: [PATCH] Fix PR67053

2015-08-10 Thread Marc Glisse
On Wed, 29 Jul 2015, Richard Biener wrote: The following fixes PR67053 by more closely mirror what fold_binary()s STRIP_NOPS does to avoid the C++ FE constexpr code to regress. Bootstrapped on x86_64-unknown-linux-gnu, testing in progress. Yes, I'm thinking on an automated way to more closely

[PATCH] Fix PR67053

2015-07-29 Thread Richard Biener
The following fixes PR67053 by more closely mirror what fold_binary()s STRIP_NOPS does to avoid the C++ FE constexpr code to regress. Bootstrapped on x86_64-unknown-linux-gnu, testing in progress. Yes, I'm thinking on an automated way to more closely mirror STRIP_[SIGN_]NOPS behavior (on topleve