https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71934

--- Comment #33 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <[email protected]>:

https://gcc.gnu.org/g:fa9f40bacbd187996e03f93086fae1ab9052f51b

commit r12-5868-gfa9f40bacbd187996e03f93086fae1ab9052f51b
Author: Jakub Jelinek <[email protected]>
Date:   Thu Dec 9 17:55:28 2021 +0100

    pch: Fix aarch64 build [PR71934]

    On Thu, Dec 09, 2021 at 05:42:10PM +0100, Christophe Lyon wrote:
    > This also broke aarch64 I think:
    > In file included from
    >
/tmp/6140018_6.tmpdir/aci-gcc-fsf/sources/gcc-fsf/gccsrc/gcc/config/aarch64/aarch64-sve-builtins.cc:3920:0:
    > ./gt-aarch64-sve-builtins.h: In function 'void
    > gt_pch_p_19registered_function(void*, void*, gt_pointer_operator,
void*)':
    > ./gt-aarch64-sve-builtins.h:86:44: error: no matching function for call
to
    > 'gt_pch_nx(aarch64_sve::function_instance*, void (*&)(void*, void*,
void*),
    > void*&)'
    >      gt_pch_nx (&((*x).instance), op, cookie);

    Fixed thusly.

    2021-12-09  Jakub Jelinek  <[email protected]>

            PR pch/71934
            * config/aarch64/aarch64-sve-builtins.cc (gt_pch_nx): Change type
of
            second argument from function with 2 pointer arguments to function
            with 3 pointer arguments.

Reply via email to