aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-08-17 00:16:19 +0000
committerGiuliano Belinassi <giuliano.belinassi@usp.br>2020-08-17 15:08:16 -0300
commit0b958ddad526f921122097aa9f07b2489ba00efe (patch)
treeee91e3ed8b7cab16ee24633097fd1197977e6f23 /gcc
parent114c0f9c0a364641bcdc608879236c418ae9837d (diff)
downloadgcc-0b958ddad526f921122097aa9f07b2489ba00efe.zip
gcc-0b958ddad526f921122097aa9f07b2489ba00efe.tar.gz
gcc-0b958ddad526f921122097aa9f07b2489ba00efe.tar.bz2
Daily bump.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/DATESTAMP2
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bb7a575..9cf1f97 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2020-08-16 Roger Sayle <roger@nextmovesoftware.com>
+
+ * simplify-rtx.c (simplify_unary_operation_1) [SIGN_EXTEND]:
+ Simplify (sign_extend:M (truncate:N (lshiftrt:M x C))) to
+ (ashiftrt:M x C) when the shift sets the high bits appropriately.
+
2020-08-14 Martin Sebor <msebor@redhat.com>
PR middle-end/78257
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 9b2c4cb..86cec8a 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20200816
+20200817