aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-06-21 00:17:14 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-06-21 00:17:14 +0000
commitbfc6d29f8b9468e939252f50ea9418a31fb7eca2 (patch)
treefbdae917ea3871548a9008495174732a6d948ae9 /libcpp/ChangeLog
parentf5d0cec170d6d5496edf4038499d288c07d79b18 (diff)
downloadgcc-bfc6d29f8b9468e939252f50ea9418a31fb7eca2.zip
gcc-bfc6d29f8b9468e939252f50ea9418a31fb7eca2.tar.gz
gcc-bfc6d29f8b9468e939252f50ea9418a31fb7eca2.tar.bz2
Daily bump.
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
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 <lhyatt@gmail.com>
+
+ 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 <ben.boeckel@kitware.com>
* charset.cc: Reject encodings of codepoints above 0x10FFFF.