aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-11-18 18:09:19 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-11-18 18:09:19 +0000
commitadd8984069648390a0c5d93719147bcf7d275da2 (patch)
tree09a2e7f32cc043f330ea67f0b2d5a10977e7ed20 /gcc/c
parentf003fdff961bed54d67ff07bf55855bb1c4d76bb (diff)
downloadgcc-add8984069648390a0c5d93719147bcf7d275da2.zip
gcc-add8984069648390a0c5d93719147bcf7d275da2.tar.gz
gcc-add8984069648390a0c5d93719147bcf7d275da2.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r--gcc/c/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 43b6d94..2ef65a8 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,15 @@
+2022-11-17 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
+
+ * c-decl.cc (start_function): Set the result decl source
+ location to the location of the typespec.
+
+2022-11-17 David Malcolm <dmalcolm@redhat.com>
+
+ PR analyzer/107711
+ * c-parser.cc (ana::c_translation_unit::consider_macro): Pass NULL
+ to cpp_create_reader, rather than ident_hash, so that the new
+ reader gets its own hash table.
+
2022-11-15 David Malcolm <dmalcolm@redhat.com>
PR analyzer/106302