Re: [C++ PATCH] [gomp4] Initial OpenACC support to C++ front-end

2014-03-19 Thread Joseph S. Myers
On Thu, 13 Mar 2014, Ilmir Usmanov wrote: > * gcc/testsuite/c-c++-common/goacc/deviceptr-1.c: Move to ... > * gcc/testsuite/gcc.dg/goacc/deviceptr-1.c ... here. > * gcc/testsuite/g++.dg/goacc/goacc.exp: New test directory. > * gcc/testsuite/g++.dg/goacc-gomp/goacc-gomp.exp:

[PATCH] x86: _mm512_set1_p[sd]

2014-03-19 Thread Ulrich Drepper
Another set of functions missing are those to set all elements of a 512-bit vector to the same float or double value. I think the patch below uses the optimal code sequence for that. The patch requires the previous patch introducing _mm*_undefined_*. 2014-03-19 Ulrich Drepper * conf

Re: [4.8, PATCH 0/26] Backport Power8 and LE support

2014-03-19 Thread Alan Modra
On Wed, Mar 19, 2014 at 03:35:59PM -0600, Jeff Law wrote: > On 03/19/14 15:03, Bill Schmidt wrote: > >On Wed, 2014-03-19 at 21:05 +0100, Jakub Jelinek wrote: > > > >>I guess the most important question is what guarantees there are that it > >>won't affect non-powerpc* ports too much (my main concer

[PATCH] Correct typos in gccint.texi.

2014-03-19 Thread Dominik Vogt
The attached patch corrects two typos in gcc/doc/generic.texi. Ciao Dominik ^_^ ^_^ -- Dominik Vogt IBM Germany >From cf7776a6d631f26f0a9fb58ec82ad5a628b8ad9a Mon Sep 17 00:00:00 2001 From: Dominik Vogt Date: Thu, 20 Mar 2014 05:46:31 + Subject: [PATCH 1/2] Correct typos in gccint.texi.

[PATCH] LeakSanitizer testsuite

2014-03-19 Thread Maxim Ostapenko
Hi, This patch adds initial set of tests and dg infrastructure for LeakSanitizer runtime. Tested on x86_64. Ok to commit? -Maxim 2014-03-20 Max Ostapenko * c-c++-common/lsan/fork.c: New test. * c-c++-common/lsan/ignore_object.c: New test. * c-c++-common/lsan/ignore_object_errors.c: Ne

<    1   2