On Tue, Apr 22, 2025 at 05:22:47PM +0100, Richard Sandiford wrote:
> We implemented FAMINMAX ACLE support but failed to define the
> associated feature macro.
>
> Tested on aarch64-linux-gnu & pushed to trunk. OK for GCC 15 too?
>
> Sorry for the late patch. I only noticed this macro was missing while
> writing up the GCC 15 changes. It would be good to get it in for
> 15.1 since the proposed changes.html entry specifically refers to it.
>
> Richard
>
>
> gcc/
> * config/aarch64/aarch64-c.cc (aarch64_update_cpp_builtins): Define
> __ARM_FEATURE_FAMINMAX.
>
> gcc/testsuite/
> * gcc.target/aarch64/pragma_cpp_predefs_4.c: Test
> __ARM_FEATURE_FAMINMAX.
Ok for 15.1.
Jakub