Re: [PATCH] gcc/testsuite: guality.exp: Fix `test_counts' restoration

2014-11-14 Thread Jakub Jelinek
On Fri, Nov 14, 2014 at 09:01:25PM +, Maciej W. Rozycki wrote: > 2014-11-14 Maciej W. Rozycki > > gcc/testsuite/ > * g++.dg/guality/guality.exp (check_guality): Fix `test_counts' > restoration. Ok, thanks. > --- gcc-fsf-trunk-quilt.orig/gcc/testsuite/g++.dg/guality/gua

[PATCH] gcc/testsuite: guality.exp: Fix `test_counts' restoration

2014-11-14 Thread Maciej W. Rozycki
On Mon, 15 Sep 2014, Jakub Jelinek wrote: > 2014-09-14 Jakub Jelinek > > gcc/testsuite/ > * g++.dg/guality/guality.exp (check_guality): Save/restore > test_counts array around the body of the procedure. > * gcc.dg/guality/guality.exp (check_guality): Likewise. [...] > --- gcc

Re: Maxim Kuvyrkov appointed Android sub-port reviewer

2014-11-14 Thread H.J. Lu
On Sun, Apr 15, 2012 at 5:08 PM, David Edelsohn wrote: > I am pleased to announce that the GCC Steering Committee has > appointed Maxim Kuvyrkov as reviewer for the Android sub-port. > > Please join me in congratulating Maxim on his new role. > Maxim, please update your listing in

[committed] Improve e.54.2.c testcase

2014-11-14 Thread Jakub Jelinek
On Fri, Nov 14, 2014 at 11:14:59AM +0100, Richard Biener wrote: > On Thu, Nov 13, 2014 at 10:47 PM, Jakub Jelinek wrote: > > On Thu, Nov 13, 2014 at 11:53:53PM +0300, Ilya Verbin wrote: > >> > Don't you need another plugin to claim those offload IR sections? > >> > >> No, the plan was that a regul

[PATCH] Fix regressions in libgomp testsuite: set flag_fat_lto_objects for offload

2014-11-14 Thread Ilya Verbin
ise linker plugin tries to compile LTO IR, which is not present. Bootstrap and regtesting on x86_64-linux using binutils 20141114 in progress. OK for trunk when finished? Thanks, -- Ilya gcc/ * cgraphunit.c (symbol_table::compile): Set flag_fat_lto_objects in case of g->have_of

[PATCH] Add gimple-compat.h (was Re: [gimple-classes, committed 4/6] tree-ssa-tail-merge.c: Use gassign)

2014-11-14 Thread David Malcolm
On Thu, 2014-11-13 at 11:45 +0100, Richard Biener wrote: > On Thu, Nov 13, 2014 at 2:41 AM, David Malcolm wrote: > > On Tue, 2014-11-11 at 11:43 +0100, Richard Biener wrote: > >> On Tue, Nov 11, 2014 at 8:26 AM, Jakub Jelinek wrote: > >> > On Mon, Nov 10, 2014 at 05:27:50PM -0500, David Malcolm w

"openacc" Bugzilla keyword (was: [patch] OpenACC fortran front end)

2014-11-14 Thread Thomas Schwinge
Hi! On Fri, 14 Nov 2014 10:21:47 +0100, I wrote: > created. Committed to gomp-4_0-branch in r217549: commit 4a4f1ca48781ac08d2d51ba1a08210d8c8ca7528 Author: tschwinge Date: Fri Nov 14 10:19:53 2014 + libgomp documentation, R

Re: [PATCH 0/4] OpenMP 4.0 offloading to Intel MIC

2014-11-14 Thread Richard Biener
On Thu, Nov 13, 2014 at 10:47 PM, Jakub Jelinek wrote: > On Thu, Nov 13, 2014 at 11:53:53PM +0300, Ilya Verbin wrote: >> > Don't you need another plugin to claim those offload IR sections? >> >> No, the plan was that a regular plugin will just ignore offload IR >> sections by default. In your con

Re: [RFD] Using the 'memory constraint' trick to avoid memory clobber doesn't work

2014-11-14 Thread Richard Biener
On Fri, Nov 14, 2014 at 12:51 AM, David Wohlferd wrote: > > On 11/13/2014 6:02 AM, Richard Biener wrote: >> >> On Thu, Nov 13, 2014 at 2:53 PM, Hans-Peter Nilsson >> wrote: >>> >>> On Thu, 13 Nov 2014, David Wohlferd wrote: Sorry for the (very) delayed response. I'm still looking for

Re: [RFD] Using the 'memory constraint' trick to avoid memory clobber doesn't work

2014-11-14 Thread Segher Boessenkool
On Thu, Nov 13, 2014 at 01:14:41PM +0100, Richard Biener wrote: > It might be that RTL alias analysis / CSE give up too early here > (we don't optimize across asm() on the GIMPLE level at all ... heh). > > I didn't look where it gives up (even though appearantly it does). The cse1 pass doesn't ca