Re: Bootstrap fails (was: Remove unnecessary VEC function overloads.)

2012-09-11 Thread Diego Novillo
On 2012-09-11 08:42 , Dominique Dhumieres wrote: This is ok, of course. Then could you please commit it (I don't have write access)? Done. Rev 191192. 2012-09-11 Dominique Dhumieres * config/darwin.c (darwin_asm_named_section): Adjust for VEC changes. (darwin_as

Re: Remove unnecessary VEC function overloads.

2012-09-11 Thread Ian Lance Taylor
On Tue, Sep 11, 2012 at 5:03 AM, Diego Novillo wrote: > On 2012-09-11 01:01 , Ian Lance Taylor wrote: >> >> On Mon, Sep 10, 2012 at 4:52 PM, Diego Novillo >> wrote: >>> >>> >>> Ian, could you commit the changes in go/gofrontend? >> >> >> Done. Actually, it looks like you already committed them,

Re: Bootstrap fails (was: Remove unnecessary VEC function overloads.)

2012-09-11 Thread Dominique Dhumieres
> This is ok, of course. Then could you please commit it (I don't have write access)? TIA Dominique

Re: Remove unnecessary VEC function overloads.

2012-09-11 Thread Diego Novillo
On 2012-09-11 01:01 , Ian Lance Taylor wrote: On Mon, Sep 10, 2012 at 4:52 PM, Diego Novillo wrote: Ian, could you commit the changes in go/gofrontend? Done. Actually, it looks like you already committed them, but I brought the master repo up to date. Yes, sorry. I'm not quite sure how t

Re: Bootstrap fails (was: Remove unnecessary VEC function overloads.)

2012-09-11 Thread Diego Novillo
On 2012-09-11 06:12 , Dominique Dhumieres wrote: Fixed with the attached. Followed by the same failure on darwin. Fixed with --- ../_clean/gcc/config/darwin.c 2012-07-09 22:06:21.0 +0200 +++ ../p_work/gcc/config/darwin.c 2012-09-11 11:53:02.0 +0200 @@ -1878,7 +1878,

Re: Bootstrap fails (was: Remove unnecessary VEC function overloads.)

2012-09-11 Thread Dominique Dhumieres
> Fixed with the attached. Followed by the same failure on darwin. Fixed with --- ../_clean/gcc/config/darwin.c 2012-07-09 22:06:21.0 +0200 +++ ../p_work/gcc/config/darwin.c 2012-09-11 11:53:02.0 +0200 @@ -1878,7 +1878,7 @@ darwin_asm_named_section (const char *na

Re: Bootstrap fails (was: Remove unnecessary VEC function overloads.)

2012-09-11 Thread Richard Guenther
On Tue, Sep 11, 2012 at 9:58 AM, Tobias Burnus wrote: > On 09/11/2012 01:52 AM, Diego Novillo wrote: >> >> Remove unnecessary VEC function overloads. >> >> Several VEC member functions that accept an element 'T' used to have >> two overloads: one taki

Bootstrap fails (was: Remove unnecessary VEC function overloads.)

2012-09-11 Thread Tobias Burnus
On 09/11/2012 01:52 AM, Diego Novillo wrote: Remove unnecessary VEC function overloads. Several VEC member functions that accept an element 'T' used to have two overloads: one taking 'T', the second taking 'T *'. They might be unnecessary, but with your patch

Re: Remove unnecessary VEC function overloads.

2012-09-10 Thread Ian Lance Taylor
On Mon, Sep 10, 2012 at 4:52 PM, Diego Novillo wrote: > > Ian, could you commit the changes in go/gofrontend? Done. Actually, it looks like you already committed them, but I brought the master repo up to date. Ian > 2012-09-10 Diego Novillo > > * vec.h (vec_t::quick_push): Remove o