"Andre Vieira (lists)" <andre.simoesdiasvie...@arm.com> writes: > @@ -6907,6 +6938,11 @@ aarch64_layout_arg (cumulative_args_t pcum_v, const > function_arg_info &arg) > && (!alignment || abi_break_gcc_9 < alignment) > && (!abi_break_gcc_13 || alignment < abi_break_gcc_13)); > > + /* _BitInt(N) was only added in GCC 14. */ > + bool warn_pcs_change_le_gcc14 > + = warn_pcs_change && !bitint_or_aggr_of_bitint_p (type); > + > +
Excess blank line. OK with that removed, thanks (no need to retest). Richard