Re: [PATCH 00/18] towards removing rtx_insn_list and rtx_expr_list

2016-04-21 Thread Jeff Law
On 04/20/2016 07:03 AM, Andi Kleen wrote: tbsaunde+...@tbsaunde.org writes: I have some more patches that almost completely eliminate these, but I haven't tested the rest yet, and this is already a long series so it would be nice to get some of it out of my tree and reviewed. patches individua

Re: [PATCH 02/18] make avail_stores a vec

2016-04-21 Thread Jeff Law
On 04/20/2016 12:22 AM, tbsaunde+...@tbsaunde.org wrote: From: Trevor Saunders gcc/ChangeLog: 2016-04-19 Trevor Saunders * print-rtl.c (print_rtx_insn_vec): New function. * print-rtl.h: New prototype. * rtl.h: Likewise. * store-motion.c (struct st_expr): Mak

Re: [PATCH] add basic .gitattributes files to notice whitespace issues

2016-04-21 Thread Jeff Law
On 02/04/2016 07:00 PM, tbsaunde+...@tbsaunde.org wrote: From: Trevor Saunders Hi, We can tell git to highlight whitespace errors in diffs, and if you enable the default pre-commit hook git won't allow you to make a commit with a whitespace error violating the rules you told it about. These f

[PATCH] AARCH64: Remove spurious attribute __unused__ from NEON intrinsic

2016-04-21 Thread Wladimir J. van der Laan
The lane parameter is not unused, so should not be marked as such. The others were removed in https://patchwork.ozlabs.org/patch/272912/, but this one appears to have been missed. --- gcc/config/aarch64/arm_neon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/aarc

<    1   2