summaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-07-16 00:16:30 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-07-16 00:16:30 +0000
commitbdc7b765f8728cbb769fe1eeef773eda15578aee (patch)
tree88e39b7de1b9d3803edca19f861f04a94f18dae1 /gcc/c-family/ChangeLog
parent2582080f19e8fe9c1204dfb6fecf744311f00777 (diff)
Daily bump.
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r--gcc/c-family/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index d46eb18718e..ade553f42fa 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,17 @@
+2022-07-15 Marek Polacek <polacek@redhat.com>
+
+ PR c++/104477
+ * c-common.cc (c_common_reswords): Add
+ __reference_constructs_from_temporary and
+ __reference_converts_from_temporary.
+ * c-common.h (enum rid): Add RID_REF_CONSTRUCTS_FROM_TEMPORARY and
+ RID_REF_CONVERTS_FROM_TEMPORARY.
+
+2022-07-15 Jonathan Wakely <jwakely@redhat.com>
+
+ * c-format.cc (class range_label_for_format_type_mismatch):
+ Adjust to new label_text API.
+
2022-07-11 Lewis Hyatt <lhyatt@gmail.com>
PR preprocessor/106252