]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 30 May 2021 00:16:26 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 30 May 2021 00:16:26 +0000 (00:16 +0000)
ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index a0cdf84e960fc75649eb794ff77516210335f93c..c438229e61b90311a519f2228e1618cb74caf594 100644 (file)
--- 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.
index 24c27bf8cf2cc8c0f2bfc6baa3cb7d91379e949f..05e1640b28576ff095515244bc666986dc72781c 100644 (file)
@@ -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++,
index cc21e7a45a7eef8ca20a1c35605d42575f657359..30eeb7399e77ceebf0a73598d6f058174bab465a 100644 (file)
@@ -1 +1 @@
-20210529
+20210530
index cbe655fc01cce3d2b31fa4a2f1cc8335697a9588..f8eedd476c7a4cfae872b265578512944ceaba76 100644 (file)
@@ -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