2021-10-14 18:15:00

by Miguel Ojeda

[permalink] [raw]
Subject: [PATCH] Compiler Attributes: remove GCC 5.1 mention

GCC 5.1 is now the minimum version.

Signed-off-by: Miguel Ojeda <[email protected]>
---
include/linux/compiler_attributes.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/include/linux/compiler_attributes.h b/include/linux/compiler_attributes.h
index e6ec63403965..87d1e773400c 100644
--- a/include/linux/compiler_attributes.h
+++ b/include/linux/compiler_attributes.h
@@ -104,7 +104,6 @@
#define __deprecated

/*
- * Optional: only supported since gcc >= 5.1
* Optional: not supported by clang
* Optional: not supported by icc
*
--
2.33.1


2021-10-14 19:21:45

by Nick Desaulniers

[permalink] [raw]
Subject: Re: [PATCH] Compiler Attributes: remove GCC 5.1 mention

On Thu, Oct 14, 2021 at 8:06 AM Miguel Ojeda <[email protected]> wrote:
>
> GCC 5.1 is now the minimum version.
>
> Signed-off-by: Miguel Ojeda <[email protected]>

Acked-by: Nick Desaulniers <[email protected]>

> ---
> include/linux/compiler_attributes.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/linux/compiler_attributes.h b/include/linux/compiler_attributes.h
> index e6ec63403965..87d1e773400c 100644
> --- a/include/linux/compiler_attributes.h
> +++ b/include/linux/compiler_attributes.h
> @@ -104,7 +104,6 @@
> #define __deprecated
>
> /*
> - * Optional: only supported since gcc >= 5.1
> * Optional: not supported by clang
> * Optional: not supported by icc
> *
> --
> 2.33.1
>


--
Thanks,
~Nick Desaulniers

2021-10-21 22:50:07

by Miguel Ojeda

[permalink] [raw]
Subject: Re: [PATCH] Compiler Attributes: remove GCC 5.1 mention

On Thu, Oct 14, 2021 at 5:06 PM Miguel Ojeda <[email protected]> wrote:
>
> GCC 5.1 is now the minimum version.

Applying this.

Cheers,
Miguel