Daily bump.

This commit is contained in:
GCC Administrator 2020-08-17 00:16:19 +00:00
parent c99116aeeb
commit 2c4c56c249
3 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2020-08-16 Sergei Trofimovich <slyfox@gcc.gnu.org>
* MAINTAINERS (Write After Approval): Add myself.
2020-08-12 Senthil Kumar Selvaraj <saaadhu@gcc.gnu.org>
* MAINTAINERS: Update my email address.

View File

@ -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

View File

@ -1 +1 @@
20200816
20200817