Daily bump.

This commit is contained in:
GCC Administrator
2022-02-02 00:17:16 +00:00
parent d98668eb06
commit ae7e4af964
8 changed files with 436 additions and 1 deletions
+14
View File
@@ -1,3 +1,17 @@
2022-02-01 Jakub Jelinek <jakub@redhat.com>
PR preprocessor/104147
* macro.cc (funlike_invocation_p): For padding prefer a token
with val.source non-NULL especially if it has PREV_WHITE set
on val.source->flags. Add gcc_assert that CPP_PADDING tokens
don't have PREV_WHITE set in flags.
2022-02-01 Jakub Jelinek <jakub@redhat.com>
* directives.cc (destringize_and_run): Push &pfile->avoid_paste
instead of a copy of pfile->directive_result for the CPP_PADDING
case.
2022-01-24 Marek Polacek <polacek@redhat.com>
PR preprocessor/104030