Re: [RFC] GCC vector extension: binary operators vs. differing signedness

2014-12-15 Thread Richard Biener
On Fri, Dec 12, 2014 at 1:08 PM, Ulrich Weigand wrote: > Richard Biener wrote: >> On Thu, Dec 11, 2014 at 4:04 PM, Ulrich Weigand wrote: >> > However, if we make that change, there will be some cases that regress: the >> > problem is that an expression "x + y" has *one* result type, and some >>

Regular darwin builds

2014-12-15 Thread FX
Hi all, I’ve set up daily builds and regtests on a darwin box. The results should appear directly on gcc-testresults (https://gcc.gnu.org/ml/gcc-testresults/current/). This should, in the future, help track down regressions affecting darwin (PIC-related, in particular!). The hardware is new, t

trying out openacc 2.0

2014-12-15 Thread Mark Farnell
Hi, Has OpenACC 2.0 support been merged into the trunk yet? If not, then is it contained in gomp-4_0-branch? If so, what parameters should I pass to ./configure to enable OpenACC 2.0, and relevant backends such as CUDA, MIC and other GPGPU/manycore architecture? Also, I have a feeling that Open