diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-07-14 00:16:48 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-07-14 00:16:48 +0000 |
commit | cff72485b1d5682a0c55f45b6e6f023c98739862 (patch) | |
tree | 25dde967ad89e19164dd45e1f52b7c8a07dc314a /libcpp | |
parent | 86a15b266a7284f3aa1b12494a475f31416b981d (diff) | |
download | gcc-cff72485b1d5682a0c55f45b6e6f023c98739862.zip gcc-cff72485b1d5682a0c55f45b6e6f023c98739862.tar.gz gcc-cff72485b1d5682a0c55f45b6e6f023c98739862.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 1a211f32..fe02298 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2022-07-13 Marek Polacek <polacek@redhat.com> + + PR preprocessor/106272 + * include/line-map.h (class label_text): Don't std::move in a return + statement. + 2022-07-10 Lewis Hyatt <lhyatt@gmail.com> PR preprocessor/97498 |