Re: [PATCH v2] compiler-gcc.h: Disable __retain on gcc-11
From: Miguel Ojeda
Date: Wed Oct 02 2024 - 08:18:40 EST
On Wed, Oct 2, 2024 at 9:25 AM Geert Uytterhoeven
<geert+renesas@xxxxxxxxx> wrote:
>
> - * Optional: only supported since gcc >= 11, clang >= 13
> + * Optional: only supported since gcc >= 11 (partial), clang >= 13
Hmm... "partial" does not give much information -- perhaps something like:
* Optional: only supported since gcc >= 11 (partial, see
compiler-gcc.h), gcc >= 12, clang >= 13
What do you think?
With something like that:
Acked-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
Cheers,
Miguel