public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1251] Daily bump.
@ 2021-06-07  0:17 GCC Administrator
  0 siblings, 0 replies; only message in thread
From: GCC Administrator @ 2021-06-07  0:17 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:7d6987e90d1181de8dc51f9ba2313052faea080e

commit r12-1251-g7d6987e90d1181de8dc51f9ba2313052faea080e
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Mon Jun 7 00:16:23 2021 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 44 ++++++++++++++++++++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/c/ChangeLog         | 14 ++++++++++++++
 gcc/cp/ChangeLog        |  6 ++++++
 gcc/testsuite/ChangeLog | 13 +++++++++++++
 5 files changed, 78 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d78b97cc6a8..1c7dc426d9e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,47 @@
+2021-06-06  Eric Botcazou  <ebotcazou@adacore.com>
+
+	* config/sparc/sparc-protos.h (order_regs_for_local_alloc): Rename
+	to...
+	(sparc_order_regs_for_local_alloc): ...this.
+	(sparc_leaf_reg_remap): Declare.
+	* config/sparc/sparc.h (ADJUST_REG_ALLOC_ORDER): Adjust.
+	(LEAF_REG_REMAP): Reimplement as call to sparc_leaf_reg_remap.
+	* config/sparc/sparc.c (leaf_reg_remap): Delete.
+	(order_regs_for_local_alloc): Rename to...
+	(sparc_order_regs_for_local_alloc): ...this.
+	(sparc_leaf_reg_remap): New function.
+	(sparc_conditional_register_usage): Do not modify leaf_reg_remap.
+
+2021-06-06  David Edelsohn  <dje.gcc@gmail.com>
+
+	* config/rs6000/rs6000.c (rs6000_xcoff_asm_output_aligned_decl_common):
+	Use assemble_name to output BSS section name.
+
+2021-06-06  Uroš Bizjak  <ubizjak@gmail.com>
+
+	* config/i386/constraints.md (Bs):
+	Remove boolean operators from match_test RTX.
+	(Bw): Ditto.
+	(L): Ditto.
+	(M): Use "mode" variable instead of GET_MODE (op) in match_test RTX.
+	(Wz): Ditto.
+
+2021-06-06  Martin Liska  <mliska@suse.cz>
+
+	* doc/extend.texi: Add missing @headitem.
+	* doc/invoke.texi: Likewise.
+	* doc/objc.texi: Likewise.
+
+2021-06-06  Martin Liska  <mliska@suse.cz>
+
+	* genhooks.c (emit_findices): Remove unused function.
+	(emit_documentation): Do not call emit_findices
+	and do not search for @Fcode directives.
+
+2021-06-06  Martin Liska  <mliska@suse.cz>
+
+	* doc/invoke.texi: Remove extra character.
+
 2021-06-05  Kewen Lin  <linkw@linux.ibm.com>
 
 	* config/sh/sh.md (doloop_end_split): Fix empty split condition.
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 09dbf4d3140..0c8a5025924 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20210606
+20210607
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 747f53fac72..ff665e3a4f2 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,17 @@
+2021-06-06  Jakub Jelinek  <jakub@redhat.com>
+
+	PR c/100902
+	* c-parser.c (c_parser_omp_target): Call c_omp_adjust_map_clauses
+	even when target is combined with other constructs.
+
+2021-06-06  Eric Botcazou  <ebotcazou@adacore.com>
+
+	PR c/100920
+	* c-decl.c (finish_struct): Fix thinko in previous change.
+	* c-typeck.c (convert_for_assignment): Do not warn on pointer
+	assignment and initialization for storage order purposes if the
+	RHS is a call to a DECL_IS_MALLOC function.
+
 2021-06-04  Martin Sebor  <msebor@redhat.com>
 
 	PR c/100783
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index f1537e53901..75423750773 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2021-06-06  Jakub Jelinek  <jakub@redhat.com>
+
+	PR c/100902
+	* parser.c (cp_parser_omp_target): Call c_omp_adjust_map_clauses
+	even when target is combined with other constructs.
+
 2021-06-04  Patrick Palka  <ppalka@redhat.com>
 
 	PR c++/100893
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 5e19bb9ce68..d4f10b176cd 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,16 @@
+2021-06-06  Jakub Jelinek  <jakub@redhat.com>
+
+	* gcc.dg/gomp/scan-1.c: New test.
+
+2021-06-06  Jakub Jelinek  <jakub@redhat.com>
+
+	PR c/100902
+	* c-c++-common/gomp/pr100902-1.c: New test.
+
+2021-06-06  Eric Botcazou  <ebotcazou@adacore.com>
+
+	* gcc.dg/sso-14.c: New test.
+
 2021-06-05  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
 
 	PR fortran/100120


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-07  0:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07  0:17 [gcc r12-1251] Daily bump GCC Administrator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).