../../gcc/tree-vect-generic.c: In member function 'virtual unsigned int
{anonymous}::pass_lower_vector_ssa::execute(function*)':
../../gcc/tree-vect-generic.c:127:70: error: 'a2' may be used uninitialized in
this function [-Werror=maybe-uninitialized]
return gimplify_build3 (gsi, BIT_FIELD_REF,
2015-10-13 18:35 GMT+03:00 Jeff Law :
> On 10/13/2015 08:56 AM, Ilya Enkovich wrote:
>>
>> 2015-10-12 13:37 GMT+03:00 Alan Lawrence :
>>>
>>> On 09/10/15 22:01, Jeff Law wrote:
>>>
So my question for the series as a whole is whether or not we need to do
something for the other languages,
On 10/13/2015 08:56 AM, Ilya Enkovich wrote:
2015-10-12 13:37 GMT+03:00 Alan Lawrence :
On 09/10/15 22:01, Jeff Law wrote:
So my question for the series as a whole is whether or not we need to do
something for the other languages, particularly Fortran. I was a bit
surprised to see this stuff
2015-10-12 13:37 GMT+03:00 Alan Lawrence :
> On 09/10/15 22:01, Jeff Law wrote:
>
>> So my question for the series as a whole is whether or not we need to do
>> something for the other languages, particularly Fortran. I was a bit
>> surprised to see this stuff bleed into the C/C++ front-ends and
>
On 09/10/15 22:01, Jeff Law wrote:
So my question for the series as a whole is whether or not we need to do
something for the other languages, particularly Fortran. I was a bit
surprised to see this stuff bleed into the C/C++ front-ends and
obviously wonder if it's bled into Fortran, Ada, Java,
On 10/02/2015 08:11 AM, Ilya Enkovich wrote:
Hi,
This patch supports boolean vectors in vector lowering. Main change is to
lower vector comparison into comparisons, not cond_exprs.
Thanks,
Ilya
--
2015-10-02 Ilya Enkovich
* tree-vect-generic.c (elem_op_func): Add new operand to ho
Hi,
This patch supports boolean vectors in vector lowering. Main change is to
lower vector comparison into comparisons, not cond_exprs.
Thanks,
Ilya
--
2015-10-02 Ilya Enkovich
* tree-vect-generic.c (elem_op_func): Add new operand to hold
vector type.
(do_unop): Adju