linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Compiler Attributes: remove GCC 5.1 mention
@ 2021-10-14 15:06 Miguel Ojeda
  2021-10-14 18:06 ` Nick Desaulniers
  2021-10-21 22:48 ` Miguel Ojeda
  0 siblings, 2 replies; 3+ messages in thread
From: Miguel Ojeda @ 2021-10-14 15:06 UTC (permalink / raw)
  To: Nick Desaulniers, Nathan Chancellor; +Cc: linux-kernel, llvm, Miguel Ojeda

GCC 5.1 is now the minimum version.

Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Compiler Attributes: remove GCC 5.1 mention
  2021-10-14 15:06 [PATCH] Compiler Attributes: remove GCC 5.1 mention Miguel Ojeda
@ 2021-10-14 18:06 ` Nick Desaulniers
  2021-10-21 22:48 ` Miguel Ojeda
  1 sibling, 0 replies; 3+ messages in thread
From: Nick Desaulniers @ 2021-10-14 18:06 UTC (permalink / raw)
  To: Miguel Ojeda; +Cc: Nathan Chancellor, linux-kernel, llvm

On Thu, Oct 14, 2021 at 8:06 AM Miguel Ojeda <ojeda@kernel.org> wrote:
>
> GCC 5.1 is now the minimum version.
>
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>

Acked-by: Nick Desaulniers <ndesaulniers@google.com>

> ---
>  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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Compiler Attributes: remove GCC 5.1 mention
  2021-10-14 15:06 [PATCH] Compiler Attributes: remove GCC 5.1 mention Miguel Ojeda
  2021-10-14 18:06 ` Nick Desaulniers
@ 2021-10-21 22:48 ` Miguel Ojeda
  1 sibling, 0 replies; 3+ messages in thread
From: Miguel Ojeda @ 2021-10-21 22:48 UTC (permalink / raw)
  To: Miguel Ojeda; +Cc: Nick Desaulniers, Nathan Chancellor, linux-kernel, llvm

On Thu, Oct 14, 2021 at 5:06 PM Miguel Ojeda <ojeda@kernel.org> wrote:
>
> GCC 5.1 is now the minimum version.

Applying this.

Cheers,
Miguel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-21 22:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-14 15:06 [PATCH] Compiler Attributes: remove GCC 5.1 mention Miguel Ojeda
2021-10-14 18:06 ` Nick Desaulniers
2021-10-21 22:48 ` Miguel Ojeda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).