Daily bump.

This commit is contained in:
GCC Administrator
2022-07-16 00:16:30 +00:00
parent 2582080f19
commit bdc7b765f8
11 changed files with 273 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2022-07-15 Jonathan Wakely <jwakely@redhat.com>
* include/line-map.h (label_text::take_or_copy): Remove.
(label_text::moved_from): Rename to release.
(label_text::m_buffer, label_text::m_owned): Make private.
(label_text::get, label_text::is_owned): New accessors.
2022-07-13 Marek Polacek <polacek@redhat.com>
PR preprocessor/106272