Thanks for the info with regard to contributing,
On Fri, Apr 22, 2016 at 09:40:11AM +0100, James Greenhalgh wrote:
> This patch will need a ChangeLog entry [1], please draft one that I can
> use when I apply the patch.
* gcc/config/aarch64/arm_neon.h: Remove spurious attribute __unused__ from
p
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