aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-03-20 00:16:30 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-03-20 00:16:30 +0000
commitd7f00da1c0ed414175305c41a07b3a50fa577cce (patch)
tree1b0f336314a63073edbb9a5e0a23110b7815207e /gcc/c-family
parent907811ddc35da6c1701ed22355ece63a8c3ed7fb (diff)
downloadgcc-d7f00da1c0ed414175305c41a07b3a50fa577cce.zip
gcc-d7f00da1c0ed414175305c41a07b3a50fa577cce.tar.gz
gcc-d7f00da1c0ed414175305c41a07b3a50fa577cce.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c-family')
-rw-r--r--gcc/c-family/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index e82d5f8..7828083 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,16 @@
+2022-03-19 Arthur Cohen <arthur.cohen@embecosm.com>
+
+ * c-common.cc (c_family_tests): Call the new tests.
+ * c-common.h (c_diagnostic_tests): Declare.
+ (c_opt_problem_cc_tests): Likewise.
+
+2022-03-19 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/101515
+ * c-pretty-print.cc (c_fold_indirect_ref_for_warn): For C++ don't
+ return COMPONENT_REFs with FIELD_DECLs whose containing scope can't
+ be printed.
+
2022-03-16 Christophe Lyon <christophe.lyon@arm.com>
Roger Sayle <roger@nextmovesoftware.com>