+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.
+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