aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-07-21 00:16:54 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-07-21 00:16:54 +0000
commit92d4550991de7e0970a38939422b31e9dc07dd11 (patch)
tree7f648bc125776d45104cafbc5f54cac5c33c910a /gcc/c
parent4eea703e7d87b1e0b116c93782cab82c9b1e842a (diff)
downloadgcc-92d4550991de7e0970a38939422b31e9dc07dd11.zip
gcc-92d4550991de7e0970a38939422b31e9dc07dd11.tar.gz
gcc-92d4550991de7e0970a38939422b31e9dc07dd11.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r--gcc/c/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index a190806..9cd1dd6 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,9 @@
+2021-07-20 Martin Sebor <msebor@redhat.com>
+
+ * c-tree.h (c_build_function_call_vec): Adjust by-value argument to
+ by-const-reference.
+ * c-typeck.c (c_build_function_call_vec): Same.
+
2021-07-15 Martin Sebor <msebor@redhat.com>
PR c/101289