Re: [Aarch64] Variant field

2016-11-01 Thread Andrew Pinski
On Fri, Oct 28, 2016 at 10:56 AM, Andrew Pinski wrote: > On Fri, Oct 28, 2016 at 10:50 AM, Benedikt Huber > wrote: >> Hi, >> >> In the aarch64 backend we would need VARIANT field in AARCH64_CORE to >> specify and detect >> variants of xgene. >> >> I found this patch of Andrew Pinski >> https://g

Re: [PATCH 0/3] use rtx_insn * more

2016-11-01 Thread Trevor Saunders
On Mon, Oct 31, 2016 at 07:37:54AM -0600, Jeff Law wrote: > On 10/28/2016 01:13 PM, tbsaunde+...@tbsaunde.org wrote: > > From: Trevor Saunders > > > > HI, > > > > This series changes various variables type from rtx to rtx_insn * so that > > the > > remaining patches in this series > > http://gc

Re: [PATCH, C++] Warn on redefinition of builtin functions (PR c++/71973)

2016-11-01 Thread Bernd Edlinger
On 11/01/16 19:15, Bernd Edlinger wrote: > On 11/01/16 18:11, Jason Merrill wrote: >> On Tue, Nov 1, 2016 at 11:45 AM, Bernd Edlinger >> wrote: >>> On 11/01/16 16:20, Jason Merrill wrote: On 10/17/2016 03:18 PM, Bernd Edlinger wrote: I'm not even sure we need a new warning. Can we combi

Re: [PATCH, C++] Warn on redefinition of builtin functions (PR c++/71973)

2016-11-01 Thread Bernd Edlinger
On 11/02/16 07:11, Bernd Edlinger wrote: > On 11/01/16 19:15, Bernd Edlinger wrote: >> On 11/01/16 18:11, Jason Merrill wrote: >>> On Tue, Nov 1, 2016 at 11:45 AM, Bernd Edlinger >>> wrote: On 11/01/16 16:20, Jason Merrill wrote: > On 10/17/2016 03:18 PM, Bernd Edlinger wrote: > I'm n

Re: [PATCH, C++] Warn on redefinition of builtin functions (PR c++/71973)

2016-11-01 Thread Bernd Edlinger
On 11/01/16 22:31, Jason Merrill wrote: > On Tue, Nov 1, 2016 at 4:00 PM, Bernd Edlinger > wrote: >> On 11/01/16 20:48, Jason Merrill wrote: else if ((DECL_EXTERN_C_P (newdecl) && DECL_EXTERN_C_P (olddecl)) || compparms (T

<    1   2