On Thu, Oct 24, 2019 at 9:45 AM Richard Sandiford <richard.sandif...@arm.com> wrote: > > Bernhard Reutner-Fischer <rep.dot....@gmail.com> writes: > > On 23 October 2019 13:16:19 CEST, Richard Sandiford > > <richard.sandif...@arm.com> wrote: > > > >>+++ gcc/config/gcn/gcn.c 2019-10-23 12:13:54.091122156 +0100 > >>@@ -3786,8 +3786,7 @@ gcn_expand_builtin (tree exp, rtx target > >> a vector. */ > >> > >> opt_machine_mode > >>-gcn_vectorize_get_mask_mode (poly_uint64 ARG_UNUSED (nunits), > >>- poly_uint64 ARG_UNUSED (length)) > >>+gcn_vectorize_get_mask_mode (nachine_mode) > > > > nachine? > > > > If that really compiles someone should fix that preexisting typo, I > > suppose. Didn't look though. > > Gah, had a nasty feeling there was some extra testing I'd forgotten to do. > > Thanks for spotting that. Consider it fixed in the obvious way.
OK. Thanks, Richard. > Richard