aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-08-02 00:16:51 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-08-02 00:16:51 +0000
commit325103829ef5996b66fff7ed77cc069c4394395b (patch)
tree648a04c98bd994453dee79706752a2f0e2c5f626 /gcc/c
parente8bc6918b31e63fcaebe1e9dd64e0157d54f1b7a (diff)
downloadgcc-325103829ef5996b66fff7ed77cc069c4394395b.zip
gcc-325103829ef5996b66fff7ed77cc069c4394395b.tar.gz
gcc-325103829ef5996b66fff7ed77cc069c4394395b.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r--gcc/c/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 3aa672b..cffb462 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,10 @@
+2022-08-01 David Malcolm <dmalcolm@redhat.com>
+
+ * c-typeck.cc (build_c_cast): Quote names of address spaces in
+ diagnostics.
+ (convert_for_assignment): Add a note to address space mismatch
+ diagnostics, specifying the expected and actual types.
+
2022-07-10 Lewis Hyatt <lhyatt@gmail.com>
PR preprocessor/97498