diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-05-30 00:16:21 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-05-30 00:16:21 +0000 |
commit | 05f220c205b7e4182b17d8747c80a288af515d4e (patch) | |
tree | d63b6a0ee60ef8b05e287cc183c41c62c8e927bd /libcpp | |
parent | 58a40e76ebadce78639644cd3d56e42b68336927 (diff) | |
download | gcc-05f220c205b7e4182b17d8747c80a288af515d4e.zip gcc-05f220c205b7e4182b17d8747c80a288af515d4e.tar.gz gcc-05f220c205b7e4182b17d8747c80a288af515d4e.tar.bz2 |
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index d4dd88b..a2e6171 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2022-05-29 Jakub Jelinek <jakub@redhat.com> + + PR preprocessor/105732 + * expr.cc (_cpp_parse_expr): Handle CPP_PADDING by just another + token. + 2022-05-20 David Malcolm <dmalcolm@redhat.com> * lex.cc: Replace uses of "FINAL" and "OVERRIDE" with "final" and |