Re: [Patch, FORTRAN] PR61933 Inquire on Internal Unit

2014-09-07 Thread Janne Blomqvist
On Sun, Sep 7, 2014 at 7:35 AM, Jerry DeLisle jvdeli...@charter.net wrote: On 06/09/14 21:08, Janne Blomqvist wrote: On Sun, Sep 7, 2014 at 12:51 AM, Jerry DeLisle jvdeli...@charter.net wrote: Hi, The attached patch adds a compile time check for negative unit numbers given in an INQUIRE

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, have a

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 be

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 nat...@acm.org a écrit : On 09/03/14 04:06, Dominique Dhumieres wrote: I've committed the patch now. It (r214840)

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/microblaze.md:2172:

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

[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 dang...@gcc.gnu.org PR gcpv-profile/61790

[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 dang...@gcc.gnu.org PR

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.

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 sch...@linux-m68k.org wrote: Mike Stump mikest...@comcast.net writes: Index: config/pa/pa64-hpux.h === --- config/pa/pa64-hpux.h(revision 214981) +++ config/pa/pa64-hpux.h

[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

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 warning: