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
> This is ok, of course.
Then could you please commit it (I don't have write access)?
TIA
Dominique
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,
> 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
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 taking 'T', the second taking 'T *'.
>
>
> They mig
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 bootstrapping fails here
with th