mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-21 19:35:28 -05:00
Daily bump.
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
2025-08-07 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR preprocessor/120778
|
||||
* include/cpplib.h (struct cpp_options): Add cpp_warn_keyword_macro.
|
||||
(enum cpp_warning_reason): Add CPP_W_KEYWORD_MACRO enumerator.
|
||||
(cpp_keyword_p): New inline function.
|
||||
* directives.cc (do_undef): Support -Wkeyword-macro diagnostics.
|
||||
* macro.cc (warn_of_redefinition): Ignore NODE_WARN flag on nodes
|
||||
registered for -Wkeyword-macro.
|
||||
(_cpp_create_definition): Support -Wkeyword-macro diagnostics.
|
||||
Formatting fixes.
|
||||
|
||||
2025-08-05 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR preprocessor/120778
|
||||
|
||||
Reference in New Issue
Block a user