https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79924
--- Comment #1 from Steve Ellcey <sje at gcc dot gnu.org> --- Author: sje Date: Tue Jun 5 22:20:13 2018 New Revision: 261217 URL: https://gcc.gnu.org/viewcvs?rev=261217&root=gcc&view=rev Log: 2018-06-05 Steve Ellcey <sell...@cavium.com> PR target/79924 * config/aarch64/aarch64-protos.h (aarch64_err_no_fpadvsimd): Remove second argument. * config/aarch64/aarch64-protos..c (aarch64_err_no_fpadvsimd): Remove second argument, change how error is called. (aarch64_layout_arg): Remove second argument from aarch64_err_no_fpadvsimd call. (aarch64_init_cumulative_args): Ditto. (aarch64_gimplify_va_arg_expr): Ditto. * config/aarch64/aarch64.md (mov<mode>): Ditto. Modified: trunk/gcc/ChangeLog trunk/gcc/config/aarch64/aarch64-protos.h trunk/gcc/config/aarch64/aarch64.c trunk/gcc/config/aarch64/aarch64.md