llvm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 1/2] Compiler Attributes: counted_by: bump min gcc version
@ 2024-01-10  2:58 Sergey Senozhatsky
  2024-01-10  2:58 ` [PATCHv2 2/2] Compiler Attributes: counted_by: fixup clang URL Sergey Senozhatsky
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Sergey Senozhatsky @ 2024-01-10  2:58 UTC (permalink / raw)
  To: Miguel Ojeda, Kees Cook
  Cc: Gustavo A . R . Silva, Nathan Chancellor, Nick Desaulniers,
	Bill Wendling, Justin Stitt, linux-kernel, llvm,
	Sergey Senozhatsky

GCC is expected to implement this feature in version 15,
so bump the version.

Signed-off-by: Sergey Senozhatsky <senozhatsky@chromium.org>
---
 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 28566624f008..215882a1341a 100644
--- a/include/linux/compiler_attributes.h
+++ b/include/linux/compiler_attributes.h
@@ -95,7 +95,7 @@
 #endif
 
 /*
- * Optional: only supported since gcc >= 14
+ * Optional: only supported since gcc >= 15
  * Optional: only supported since clang >= 18
  *
  *   gcc: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108896
-- 
2.43.0.472.g3155946c3a-goog


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

end of thread, other threads:[~2024-01-23 19:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-10  2:58 [PATCHv2 1/2] Compiler Attributes: counted_by: bump min gcc version Sergey Senozhatsky
2024-01-10  2:58 ` [PATCHv2 2/2] Compiler Attributes: counted_by: fixup clang URL Sergey Senozhatsky
2024-01-10  3:02   ` Nathan Chancellor
2024-01-10  3:08     ` Sergey Senozhatsky
2024-01-11  0:46   ` Kees Cook
2024-01-10  3:01 ` [PATCHv2 1/2] Compiler Attributes: counted_by: bump min gcc version Nathan Chancellor
2024-01-11  0:46 ` Kees Cook
2024-01-23 19:58   ` 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).