Re: [patch,gomp4] make fortran loop variables implicitly private in openacc

2014-09-07 Thread Tobias Burnus
Dear Cesar, sorry for the slow review. On 22 August 2014 17:08, Cesar Philippidis wrote: In OpenMP, one has (OMP 4.0, 2.14.3): "A list item that specifies a given variable may not appear in more than one clause on the same directive, except that a variable may be specified in both firstprivate

Re: [PATCH] microblaze: microblaze.md: Use 'SI' instead of 'VOID' for operand 1 of 'call_value_intern'

2014-09-07 Thread Chen Gang
On 09/07/2014 11:17 PM, Chen Gang wrote: >> On 8/13/14 23:10, Michael Eager wrote: >>> On 07/06/14 03:26, Chen Gang wrote: * microblaze/mocroblaze.md (call_value_intern): Use 'SI' instead of 'VOID' for operand 1, just like 'call_internal1' has done. The related warnin

[match-and-simplify] adjust for pattern to allow multiple ids

2014-09-07 Thread Prathamesh Kulkarni
Changes syntax of for pattern to: (for op (list1...) op2 (list2...) opN (listN...) patterns) Number of operator substitutions must be same. * genmatch.c (peek_ident): Change id to default argument with value 0. (parse_for): Adjust. * match-builtin.pd: Rewrite for-patterns to match new syn

Re: Build breakage on darwin and pa64-hpux [was Re: Use -fbuilding-libgcc for more target macros used in libgcc]

2014-09-07 Thread Mike Stump
On Sep 6, 2014, at 12:20 AM, Andreas Schwab wrote: > Mike Stump writes: > >> Index: config/pa/pa64-hpux.h >> === >> --- config/pa/pa64-hpux.h(revision 214981) >> +++ config/pa/pa64-hpux.h(working copy) >> @@ -336,7 +336,7 @@

Re: fix gfcov regression

2014-09-07 Thread Nathan Sidwell
On 09/05/14 03:06, ro...@nextmovesoftware.com wrote: ../../../../gcc/libgcc/libgcov-interface.c:137:1: warning: alias definitions not supported in Mach-O; ignored ALIAS (__gcov_reset_int, __gcov_reset); That doesn't sound like it's going to work then. I've gone with the attached patch. If

[PATCH] Fix PR debug/60433: Handle TEMPLATE_TYPE_PARM in dbxout_type

2014-09-07 Thread John David Anglin
The attached change fixes an ICE in dbxout_type on hppa2.0w-hp- hpux11.11 compiling auto-fn24.C. Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11. OK for trunk and 4.9? Dave -- John David Anglin dave.ang...@bell.net 2014-09-07 John David Anglin PR debug/60433

[PATCH] Use sscanf instead of atoll in gcov-tool.c

2014-09-07 Thread John David Anglin
The attached patch fixes bootstrap on hpux which doesn't have the atoll function. Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11. OK for trunk? Dave -- John David Anglin dave.ang...@bell.net 2014-09-07 John David Anglin PR gcpv-profile/61790 * gcov-tool.c

Re: update address taken: don't drop clobbers

2014-09-07 Thread Marc Glisse
On Sun, 27 Jul 2014, Marc Glisse wrote: On Thu, 10 Jul 2014, Richard Biener wrote: --- gcc/tree-into-ssa.c (revision 212109) +++ gcc/tree-into-ssa.c (working copy) @@ -1831,26 +1831,38 @@ maybe_register_def (def_operand_p def_p, { tree def = DEF_FROM_PTR (def_p); tree sym = DECL_P (def)

Re: [PATCH] microblaze: microblaze.md: Use 'SI' instead of 'VOID' for operand 1 of 'call_value_intern'

2014-09-07 Thread Chen Gang
> On 8/13/14 23:10, Michael Eager wrote: >> On 07/06/14 03:26, Chen Gang wrote: >>> >>>* microblaze/mocroblaze.md (call_value_intern): Use 'SI' instead of >>>'VOID' for operand 1, just like 'call_internal1' has done. >>> >>> The related warning: >>> >>>../../gcc/gcc/config/microblaze/mi

Re: fix gfcov regression

2014-09-07 Thread Dominique d'Humières
As said in PR63182, the attached patch fixes bootstrap without regression. Any reason why it has not yet been committed? Dominique Le 3 sept. 2014 à 15:15, Nathan Sidwell a écrit : > On 09/03/14 04:06, Dominique Dhumieres wrote: >>> I've committed the patch now. >> >> It (r214840) breaks boot

Re: Vimrc config with GNU formatting

2014-09-07 Thread Segher Boessenkool
On Sun, Sep 07, 2014 at 08:18:39AM +0400, Yuri Gribov wrote: > >> Hm, isn't it already enabled by default for Emacs (in .dirs-local.el)? > > > > That may well be. But Vim is not Emacs. > > Why is Vim special? Because you are changing the editor behaviour for Vim users. Duh. > > This all should

Re: [PATCH 2/2] Enable elimination of zext/sext

2014-09-07 Thread Kugan
On 05/09/14 19:50, Richard Biener wrote: > Well - the best way would be to expose the target specifics to GIMPLE > at some point in the optimization pipeline. My guess would be that it's > appropriate after loop optimizations (but maybe before induction variable > optimization). > > That is, hav