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
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