aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-03-27 00:16:33 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-03-27 00:16:33 +0000
commitd2906412ada87a4bdd6410060bc18a2c53c419b7 (patch)
tree9c3d026c34cca9d23c28e026ec5a2cddc489ead7 /gcc/ChangeLog
parent43911ddd18b97d8ebd17d2959f36efa539d359b7 (diff)
downloadgcc-d2906412ada87a4bdd6410060bc18a2c53c419b7.zip
gcc-d2906412ada87a4bdd6410060bc18a2c53c419b7.tar.gz
gcc-d2906412ada87a4bdd6410060bc18a2c53c419b7.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4b1cddd..1f49cbd 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,30 @@
+2022-03-26 Roger Sayle <roger@nextmovesoftware.com>
+
+ PR middle-end/104885
+ * calls.cc (mark_stack_region_used): Check that the region
+ is within the allocated size of stack_usage_map.
+
+2022-03-26 Jakub Jelinek <jakub@redhat.com>
+
+ PR rtl-optimization/103775
+ * recog.cc (check_invalid_inc_dec): New function.
+ (insn_invalid_p): Return 1 if REG_INC operand overlaps
+ any stored REGs.
+
+2022-03-26 H.J. Lu <hjl.tools@gmail.com>
+
+ PR target/105058
+ * config/i386/sse.md (loadiwkey): Replace "v" with "x".
+ (aes<aesklvariant>u8): Likewise.
+
+2022-03-26 H.J. Lu <hjl.tools@gmail.com>
+
+ PR target/105052
+ * config/i386/sse.md (ssse3_ph<plusminus_mnemonic>wv4hi3):
+ Replace "Yv" with "x".
+ (ssse3_ph<plusminus_mnemonic>dv2si3): Likewise.
+ (ssse3_psign<mode>3): Likewise.
+
2022-03-26 Hans-Peter Nilsson <hp@axis.com>
* reload.cc (find_reloads): Align comment with code where