diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1382771d872b96e0dfcf671d3282c93b98bfd148..41293368377b65197ebb7dc7389e29d7c618e141 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,24 @@
+2020-08-08  Peter Bergner  <bergner@linux.ibm.com>
+
+	PR target/96530
+	* config/rs6000/rs6000.c (rs6000_invalid_conversion): Use canonical
+	types for type comparisons.  Refactor code to simplify it.
+
+2020-08-08  Jakub Jelinek  <jakub@redhat.com>
+
+	PR fortran/93553
+	* tree-nested.c (convert_nonlocal_omp_clauses): For
+	OMP_CLAUSE_REDUCTION, OMP_CLAUSE_LASTPRIVATE and OMP_CLAUSE_LINEAR
+	save info->new_local_var_chain around walks of the clause gimple
+	sequences and declare_vars if needed into the sequence.
+
+2020-08-08  Jakub Jelinek  <jakub@redhat.com>
+
+	PR tree-optimization/96424
+	* omp-expand.c: Include tree-eh.h.
+	(expand_omp_for_init_vars): Handle -fexceptions -fnon-call-exceptions
+	by forcing floating point comparison into a bool temporary.
+
 2020-08-07  Marc Glisse  <marc.glisse@inria.fr>
 
 	* generic-match-head.c (optimize_vectors_before_lowering_p): New
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 0aaecf38b04f0af989e7ea2d37bf766c023eb165..c61d7749c7dc46331fbcda589e6420b4a6c2dccf 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20200808
+20200809
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 38b564b3ab1bbc0f7b1f7348e7aa00f0c71da226..ca8efba1e6b8e721d8b12aa5f98760d210717b3f 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,17 @@
+2020-08-09  Hans-Peter Nilsson  <hp@bitrange.com>
+
+	* gcc.dg/pr30957-1.c: xfail for mmix.
+
+2020-08-08  Peter Bergner  <bergner@linux.ibm.com>
+
+	PR target/96530
+	* gcc.target/powerpc/pr96530.c: New test.
+
+2020-08-08  Jakub Jelinek  <jakub@redhat.com>
+
+	PR tree-optimization/96424
+	* c-c++-common/gomp/pr96424.c: New test.
+
 2020-08-07  Richard Biener  <rguenther@suse.de>
 
 	PR tree-optimization/96514
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index c2708fe3d7c56b812d51ba02da82776c2603aec8..b1abd947601bdfa9a5ed90d215f69f9ab5211806 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,9 @@
+2020-08-08  Jakub Jelinek  <jakub@redhat.com>
+	    Tobias Burnus  <tobias@codesourcery.com>
+
+	PR fortran/93553
+	* testsuite/libgomp.fortran/pr93553.f90: New test.
+
 2020-08-05  Jakub Jelinek  <jakub@redhat.com>
 
 	* testsuite/libgomp.c/loop-22.c: New test.