aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--gcc/ChangeLog20
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--gcc/testsuite/ChangeLog34
4 files changed, 60 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a0cdf84..c438229 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-05-29 Mike Frysinger <vapier@gentoo.org>
+
+ * configure.ac: Add gnulib to configdirs for sim.
+ * configure: Regenerate.
+
2021-05-18 Mike Frysinger <vapier@gentoo.org>
* Makefile.def: Add configure-sim dependency on all-gnulib.
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 24c27bf..05e1640 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,23 @@
+2021-05-29 Jeff Law <jlaw@tachyum.com>
+
+ * config/h8300/h8300.c (h8300_emit_stack_adjustment): Drop unused
+ parameter. Call callers fixed.
+ (push): Likewise.
+ (output_plussi): Add FALLTHRU markers.
+ (h8300_shift_needs_scratch_p): Add gcc_unreachable marker.
+
+2021-05-29 Jakub Jelinek <jakub@redhat.com>
+
+ PR middle-end/99928
+ * gimplify.c (gimplify_scan_omp_clauses): For taskloop simd
+ combined with parallel, make sure to add shared clause to
+ parallel for explicit linear clause.
+
+2021-05-29 Aldy Hernandez <aldyh@redhat.com>
+
+ PR tree-optimization/100787
+ * gimple-ssa-evrp.c: Disable exporting of global ranges.
+
2021-05-28 Jason Merrill <jason@redhat.com>
* tree-iterator.h (struct tree_stmt_iterator): Add operator++,
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index cc21e7a..30eeb73 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20210529
+20210530
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index cbe655f..f8eedd47 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,37 @@
+2021-05-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
+
+ * gcc.dg/plugin/diagnostic_plugin_show_trees.c (plugin_init): Fix caret_max_with.
+ * gcc.dg/plugin/diagnostic_plugin_test_inlining.c
+ (plugin_init): Likewise.
+ * gcc.dg/plugin/diagnostic_plugin_test_paths.c (plugin_init): Likewise.
+ * gcc.dg/plugin/diagnostic_plugin_test_string_literals.c
+ (plugin_init): Likewise.
+ * gcc.dg/plugin/diagnostic_plugin_test_tree_expression_range.c
+ (plugin_init): Likewise.
+
+2021-05-29 Jakub Jelinek <jakub@redhat.com>
+
+ PR middle-end/99928
+ * c-c++-common/gomp/pr99928-1.c: Add default(none) to constructs
+ combined with parallel, teams or taskloop and defaultmap(none)
+ to constructs combined with target.
+ * c-c++-common/gomp/pr99928-2.c: Likewise.
+ * c-c++-common/gomp/pr99928-3.c: Likewise.
+ * c-c++-common/gomp/pr99928-4.c: Likewise.
+ * c-c++-common/gomp/pr99928-5.c: Likewise.
+ * c-c++-common/gomp/pr99928-6.c: Likewise.
+ * c-c++-common/gomp/pr99928-7.c: Likewise.
+ * c-c++-common/gomp/pr99928-8.c: Likewise.
+ * c-c++-common/gomp/pr99928-9.c: Likewise.
+ * c-c++-common/gomp/pr99928-10.c: Likewise.
+ * c-c++-common/gomp/pr99928-13.c: Likewise.
+ * c-c++-common/gomp/pr99928-14.c: Likewise.
+
+2021-05-29 Aldy Hernandez <aldyh@redhat.com>
+
+ * gcc.dg/Wstringop-overflow-55.c:
+ * gcc.dg/pr80776-1.c:
+
2021-05-28 Richard Biener <rguenther@suse.de>
PR tree-optimization/100778