https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110778
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>: https://gcc.gnu.org/g:659d856e1d424ea8ef634844a7bd08b86ec7344b commit r14-2729-g659d856e1d424ea8ef634844a7bd08b86ec7344b Author: Andrew Pinski <apin...@marvell.com> Date: Sat Jul 22 20:34:41 2023 +0000 Fix alpha building The problem is after r14-2587-gd8105b10fff951, the definition of extended_count now takes a bool as its last argument but we only have a declaration for the version which takes an int as the last argument. This fixes the problem by changing the declaration to be a bool too. Committed as obvious after building a cross to alpha-linux-gnu. gcc/ChangeLog: PR target/110778 * rtl.h (extended_count): Change last argument type to bool.