From bfc6d29f8b9468e939252f50ea9418a31fb7eca2 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Wed, 21 Jun 2023 00:17:14 +0000 Subject: Daily bump. --- libcpp/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'libcpp') diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 98fabcf..48acad7 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,16 @@ +2023-06-20 Lewis Hyatt + + PR c++/66290 + * macro.cc (_cpp_create_definition): Add location argument. + * internal.h (_cpp_create_definition): Adjust prototype. + * directives.cc (do_define): Pass new location argument to + _cpp_create_definition. + (do_undef): Stop passing inferior location to cpp_warning_with_line; + the default from cpp_warning is better. + (cpp_pop_definition): Pass new location argument to + _cpp_create_definition. + * pch.cc (cpp_read_state): Likewise. + 2023-06-19 Ben Boeckel * charset.cc: Reject encodings of codepoints above 0x10FFFF. -- cgit v1.1