Re: [PATCH 1/2][AArch64] Add missing support for poly64x1_t

2016-09-13 Thread James Greenhalgh
On Tue, Sep 13, 2016 at 01:39:39PM +0100, Tamar Christina wrote: > Hi all, > > This fixes a bug in the name mangling which prevented mangling > of functions with return type void and arguments that require > any qualifiers. e.g. void(unsigned int, unsigned int). > > Ran regression tests on aar

[PATCH 1/2][AArch64] Add missing support for poly64x1_t

2016-09-13 Thread Tamar Christina
Hi all, This fixes a bug in the name mangling which prevented mangling of functions with return type void and arguments that require any qualifiers. e.g. void(unsigned int, unsigned int). Ran regression tests on aarch64-none-linux-gnu. Ok for trunk? Thanks, Tamar gcc/ 2016-08-02 Tamar Chri