]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 7 Jun 2021 00:16:23 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 7 Jun 2021 00:16:23 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/c/ChangeLog
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index d78b97cc6a81bf00d7776aabe14e47a7ba792141..1c7dc426d9e3c4bf810d05ed9edf1fd5bbca52dc 100644 (file)
@@ -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.
index 09dbf4d31404b224b7fe982df4c5e4acfae3d948..0c8a5025924dcdfdd09e6a54ef1816dc5f1d7320 100644 (file)
@@ -1 +1 @@
-20210606
+20210607
index 747f53fac7261c8a6d51e02b044d75ad4e1f5271..ff665e3a4f268bc5aee439c21812935931828071 100644 (file)
@@ -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
index f1537e53901ae8a9229063921d30049953680daa..75423750773148b81649110ce4210ff0195faf09 100644 (file)
@@ -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
index 5e19bb9ce68e9d1d344590fe3eb6820dd9f61769..d4f10b176cd0d63353cf279f54a939978ce5f5de 100644 (file)
@@ -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