aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-10-30 00:17:23 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-10-30 00:17:23 +0000
commit39a11d8e0b9cc3ac5d7d1bfaef75639fc557fbe0 (patch)
treec50f69643e1b9f54a61656ad426e43a218fc529f /gcc/ChangeLog
parent3c444fb2ff4c789744af1bda29422ec31360612e (diff)
downloadgcc-39a11d8e0b9cc3ac5d7d1bfaef75639fc557fbe0.zip
gcc-39a11d8e0b9cc3ac5d7d1bfaef75639fc557fbe0.tar.gz
gcc-39a11d8e0b9cc3ac5d7d1bfaef75639fc557fbe0.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 962a387..4964796 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,21 @@
+2023-10-29 Martin Uecker <uecker@tugraz.at>
+
+ PR tree-optimization/109334
+ * tree-object-size.cc (parm_object_size): Allow size
+ computation for implicit access attributes.
+
+2023-10-29 Max Filippov <jcmvbkbc@gmail.com>
+
+ * config/xtensa/xtensa.h (TARGET_SALT): Change HW version from
+ 260000 (which corresponds to RF-2014.0) to 270000 (which
+ corresponds to RG-2015.0, the release where salt/saltu opcodes
+ were introduced).
+
+2023-10-29 Pan Li <pan2.li@intel.com>
+
+ * config/riscv/riscv-avlprop.cc (pass_avlprop::execute): Use
+ reference type to prevent copying.
+
2023-10-27 Vladimir N. Makarov <vmakarov@redhat.com>
PR rtl-optimization/112107