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 09/11/2012 01:41 PM, Diego Novillo wrote:
On 2012-09-11 03:58 , Tobias Burnus wrote:
Did you test with or without Graphite?
I tested with and without release checking, all languages and all
targets that use VEC. So many combinations...
There is unfortunately always an N+1 configuration
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,
On Tue, Sep 11, 2012 at 1:41 PM, Diego Novillo wrote:
> On 2012-09-11 03:58 , Tobias Burnus wrote:
>
>> Did you test with or without Graphite?
>
>
> I tested with and without release checking, all languages and all targets
> that use VEC. So many combinations... how is graphite enabled?
By havin
On 2012-09-11 05:35 , Richard Guenther wrote:
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
On 2012-09-11 03:58 , Tobias Burnus wrote:
Did you test with or without Graphite?
I tested with and without release checking, all languages and all
targets that use VEC. So many combinations... how is graphite enabled?
Diego.
> 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