+2020-12-06 H.J. Lu <hjl.tools@gmail.com>
+
+ PR target/98162
+ * doc/extend.texi: Remove -mcet.
+
+2020-12-06 H.J. Lu <hjl.tools@gmail.com>
+
+ PR target/98161
+ * config/i386/i386-features.c (pseudo_reg_set): Check mode of
+ pseudo register push.
+
+2020-12-06 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/96232
+ * tree-ssa-phiopt.c (two_value_replacement): Optimize even boolean lhs
+ cases as long as arg0 has wider precision and conditional_replacement
+ doesn't handle that case.
+ (tree_ssa_phiopt_worker): Don't call two_value_replacement during
+ early phiopt.
+
+2020-12-06 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/96232
+ * match.pd (-(type)!A -> (type)A - 1): New optimization.
+
2020-12-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
David Edelsohn <dje.gcc@gmail.com>
+2020-12-06 H.J. Lu <hjl.tools@gmail.com>
+
+ * gcc.target/i386/pr98161.c: New test.
+
+2020-12-06 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/96232
+ * gcc.dg/tree-ssa/pr96232-2.c: New test.
+ * gcc.dg/tree-ssa/pr88676-2.c: Check phiopt2 dump rather than phiopt1.
+
+2020-12-06 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/96232
+ * gcc.dg/tree-ssa/pr96232-1.c: New test.
+
+2020-12-06 Thomas Koenig <tkoenig@gcc.gnu.org>
+
+ PR testsuite/98156
+ * gfortran.dg/coarray/alloc_comp_1.f90: Upper cobound is
+ determined by num_images(), not this_image().
+
+2020-12-06 Alan Modra <amodra@gmail.com>
+
+ * gcc.target/powerpc/signbit-1.c: Reinstate lp64 condition.
+ * gcc.target/powerpc/signbit-2.c: Match 32-bit output too.
+
2020-12-05 Patrick Palka <ppalka@redhat.com>
PR c++/97093