Re: [PATCH 01/13] recog: Increased max number of alternatives - v2

2015-07-02 Thread Andreas Krebbel
On Mon, Jun 08, 2015 at 03:38:03PM +0200, Jakub Jelinek wrote: > On Mon, Jun 08, 2015 at 03:32:50PM +0200, Andreas Krebbel wrote: > > On 06/01/2015 10:22 AM, Jakub Jelinek wrote: > > > On Fri, May 22, 2015 at 09:54:00AM +0200, Andreas Krebbel wrote: > > >> On Tue, May 19, 2015 at 10:40:26AM +0200,

Re: [PATCH 01/13] recog: Increased max number of alternatives - v2

2015-06-08 Thread Jakub Jelinek
On Mon, Jun 08, 2015 at 03:32:50PM +0200, Andreas Krebbel wrote: > On 06/01/2015 10:22 AM, Jakub Jelinek wrote: > > On Fri, May 22, 2015 at 09:54:00AM +0200, Andreas Krebbel wrote: > >> On Tue, May 19, 2015 at 10:40:26AM +0200, Andreas Krebbel wrote: > >>> On 05/18/2015 04:19 PM, Richard Biener wro

Re: [PATCH 01/13] recog: Increased max number of alternatives - v2

2015-06-08 Thread Andreas Krebbel
On 06/01/2015 10:22 AM, Jakub Jelinek wrote: > On Fri, May 22, 2015 at 09:54:00AM +0200, Andreas Krebbel wrote: >> On Tue, May 19, 2015 at 10:40:26AM +0200, Andreas Krebbel wrote: >>> On 05/18/2015 04:19 PM, Richard Biener wrote: Please use uint64_t instead. >>> >>> Done. Ok with that change?

Re: [PATCH 01/13] recog: Increased max number of alternatives - v2

2015-06-01 Thread Jakub Jelinek
On Fri, May 22, 2015 at 09:54:00AM +0200, Andreas Krebbel wrote: > On Tue, May 19, 2015 at 10:40:26AM +0200, Andreas Krebbel wrote: > > On 05/18/2015 04:19 PM, Richard Biener wrote: > > > Please use uint64_t instead. > > > > Done. Ok with that change? > > I've applied the following patch. Note t

Re: [PATCH 01/13] recog: Increased max number of alternatives - v2

2015-05-22 Thread Andreas Krebbel
On Tue, May 19, 2015 at 10:40:26AM +0200, Andreas Krebbel wrote: > On 05/18/2015 04:19 PM, Richard Biener wrote: > > Please use uint64_t instead. > > Done. Ok with that change? I've applied the following patch. Bye, -Andreas- gcc/ * recog.h: Increase MAX_RECOG_ALTERNATIVES. Cha

Re: [PATCH 01/13] recog: Increased max number of alternatives - v2

2015-05-19 Thread Richard Biener
On Tue, May 19, 2015 at 10:40 AM, Andreas Krebbel wrote: > On 05/18/2015 04:19 PM, Richard Biener wrote: >> On Mon, May 18, 2015 at 3:41 PM, Andreas Krebbel >> wrote: >>> The new version also changes the type for the alternative_mask to unsigned >>> HOST_WIDE_INT. >>> >>> Bootstrapped without re

Re: [PATCH 01/13] recog: Increased max number of alternatives - v2

2015-05-19 Thread Andreas Krebbel
On 05/18/2015 04:19 PM, Richard Biener wrote: > On Mon, May 18, 2015 at 3:41 PM, Andreas Krebbel > wrote: >> The new version also changes the type for the alternative_mask to unsigned >> HOST_WIDE_INT. >> >> Bootstrapped without regressions on x86-64. >> >> Ok to apply? > > Please use uint64_t i

Re: [PATCH 01/13] recog: Increased max number of alternatives - v2

2015-05-18 Thread Richard Biener
On Mon, May 18, 2015 at 3:41 PM, Andreas Krebbel wrote: > The new version also changes the type for the alternative_mask to unsigned > HOST_WIDE_INT. > > Bootstrapped without regressions on x86-64. > > Ok to apply? Please use uint64_t instead. Richard. > Bye, > > -Andreas- > > gcc/ > *