linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix comment concerning GCC 4.6
@ 2020-08-24 23:25 Luc Van Oostenryck
  2020-08-27  7:50 ` Miguel Ojeda
  0 siblings, 1 reply; 3+ messages in thread
From: Luc Van Oostenryck @ 2020-08-24 23:25 UTC (permalink / raw)
  To: Miguel Ojeda; +Cc: linux-kernel, Luc Van Oostenryck

GCC 4.6 is not supported anymore, so remove a reference to it,
leaving just the part about version prior GCC 5.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
---
 include/linux/compiler_attributes.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/compiler_attributes.h b/include/linux/compiler_attributes.h
index af7a58c19e20..ea7b756b1c8f 100644
--- a/include/linux/compiler_attributes.h
+++ b/include/linux/compiler_attributes.h
@@ -22,7 +22,7 @@
 
 /*
  * __has_attribute is supported on gcc >= 5, clang >= 2.9 and icc >= 17.
- * In the meantime, to support 4.6 <= gcc < 5, we implement __has_attribute
+ * In the meantime, to support gcc < 5, we implement __has_attribute
  * by hand.
  */
 #ifndef __has_attribute
-- 
2.28.0


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

* Re: [PATCH] fix comment concerning GCC 4.6
  2020-08-24 23:25 [PATCH] fix comment concerning GCC 4.6 Luc Van Oostenryck
@ 2020-08-27  7:50 ` Miguel Ojeda
  2020-08-28  8:20   ` Luc Van Oostenryck
  0 siblings, 1 reply; 3+ messages in thread
From: Miguel Ojeda @ 2020-08-27  7:50 UTC (permalink / raw)
  To: Luc Van Oostenryck; +Cc: linux-kernel

Hi Luc,

On Tue, Aug 25, 2020 at 1:25 AM Luc Van Oostenryck
<luc.vanoostenryck@gmail.com> wrote:
>
> GCC 4.6 is not supported anymore, so remove a reference to it,
> leaving just the part about version prior GCC 5.
>
> Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>

Queueing this one too, thanks.

Cheers,
Miguel

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

* Re: [PATCH] fix comment concerning GCC 4.6
  2020-08-27  7:50 ` Miguel Ojeda
@ 2020-08-28  8:20   ` Luc Van Oostenryck
  0 siblings, 0 replies; 3+ messages in thread
From: Luc Van Oostenryck @ 2020-08-28  8:20 UTC (permalink / raw)
  To: Miguel Ojeda; +Cc: linux-kernel

On Thu, Aug 27, 2020 at 09:50:45AM +0200, Miguel Ojeda wrote:
> Hi Luc,
> 
> On Tue, Aug 25, 2020 at 1:25 AM Luc Van Oostenryck
> <luc.vanoostenryck@gmail.com> wrote:
> >
> > GCC 4.6 is not supported anymore, so remove a reference to it,
> > leaving just the part about version prior GCC 5.
> >
> > Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
> 
> Queueing this one too, thanks.

Thanks,
-- Luc

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

end of thread, other threads:[~2020-08-28  8:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-24 23:25 [PATCH] fix comment concerning GCC 4.6 Luc Van Oostenryck
2020-08-27  7:50 ` Miguel Ojeda
2020-08-28  8:20   ` Luc Van Oostenryck

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