Re: Fix libbacktrace -fPIC breakage from "Use libbacktrace in libgfortran"

2015-08-25 Thread Hans-Peter Nilsson
> From: Ulrich Weigand > Date: Tue, 25 Aug 2015 19:45:06 +0200 > Hans-Peter Nilsson wrote: > However, neither works for the SPU, because in both cases libtool > will only do the test whether the target supports the -fPIC option. > It will not test whether the target supports dynamic libraries. >

Re: [PATCH] rs6000: Fix PR67344

2015-08-25 Thread Segher Boessenkool
On Wed, Aug 26, 2015 at 08:40:49AM +0930, Alan Modra wrote: > On Tue, Aug 25, 2015 at 10:08:54AM -0700, Segher Boessenkool wrote: > > -(define_insn_and_split "*and3_imm_dot_shifted" > > - [(set (match_operand:CC 3 "cc_reg_operand" "=x,?y") > > +(define_insn "*and3_imm_dot_shifted" > > + [(set (ma

Re: [PATCH] rs6000: Fix PR67344

2015-08-25 Thread Alan Modra
On Tue, Aug 25, 2015 at 07:09:48PM -0500, Segher Boessenkool wrote: > On Wed, Aug 26, 2015 at 08:40:49AM +0930, Alan Modra wrote: > > On Tue, Aug 25, 2015 at 10:08:54AM -0700, Segher Boessenkool wrote: > > > -(define_insn_and_split "*and3_imm_dot_shifted" > > > - [(set (match_operand:CC 3 "cc_reg_

Re: [PATCH 3/5] Build ARRAY_REFs when the base is of ARRAY_TYPE.

2015-08-25 Thread Bin.Cheng
On Wed, Aug 26, 2015 at 3:50 AM, Jeff Law wrote: > On 08/25/2015 05:06 AM, Alan Lawrence wrote: >> >> When SRA completely scalarizes an array, this patch changes the >> generated accesses from e.g. >> >> MEM[(int[8] *)&a + 4B] = 1; >> >> to >> >> a[1] = 1; >> >> This overcomes a limitation in dom2

Re: [libgfortran,patch] Remove never-used debugging code

2015-08-25 Thread FX
> OK. Just checking. Thanks for the code cleanup. Thanks for the review. Committed as rev. 227208. FX

<    1   2