Fernando Seiti Furusato/Brazil/IBM wrote on 08/12/2015 09:13:26:

> From: Fernando Seiti Furusato/Brazil/IBM
> To: J Price <j.pr...@bristol.ac.uk>
> Cc: 806...@bugs.debian.org, Andreas Beckmann <a...@debian.org>, 
> cont...@bugs.debian.org, Breno Henrique Leitao/Brazil/IBM@IBMBR
> Date: 08/12/2015 09:13
> Subject: Re: Bug#806965: oclgrind: FTBFS on ppc64el -- conflict with 
altivec 
> keyword bool
> 
> The errors are pretty much the same.
> But the problem is with keyword bool, not vector.

Turns out it is not as simple.
What helped a lot with vector is that it is being used to define a type
in a header, unlike bool which is used everywhere.
Also the first error is because it is used in an enum in a gcc header.
(/usr/include/c++/5/bits/cpp_type_traits.h)

Maybe it is worth (or possible?) trying to compile the parts that result
in error with the -mno-altivec part.
I am not sure how it all works, let me investigate further.

Regards

Reply via email to