aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-05-01 00:16:18 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-05-01 00:16:18 +0000
commit95874f95095f401405d3386e2e6695351b3f97b5 (patch)
treec13672c545cbaeb1376ddcf6c35d82c706a673c7 /gcc/ChangeLog
parent559bba46cdd3141576614d9bb3928e26c299a0fe (diff)
downloadgcc-95874f95095f401405d3386e2e6695351b3f97b5.zip
gcc-95874f95095f401405d3386e2e6695351b3f97b5.tar.gz
gcc-95874f95095f401405d3386e2e6695351b3f97b5.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a9a307d..28d9ad6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2022-04-30 Patrick Palka <ppalka@redhat.com>
+
+ * gengtype.cc (adjust_field_tree_exp): Remove.
+ (adjust_field_type): Don't handle the "tree_exp" special attribute.
+ * tree-core.h (struct tree_exp): Remove "special" and "desc"
+ attributes. Add "length" attribute.
+
2022-04-29 Martin Jambor <mjambor@suse.cz>
PR ipa/100413