Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 11 May 2022 00:20:00 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 11 May 2022 00:20:00 +0000 (00:20 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/po/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 375565c..d48c36f 100644 (file)
@@ -1,3 +1,18 @@
+2022-05-10  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2022-05-10  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/105528
+       * gimple-isel.cc (gimple_expand_vec_set_expr): After gsi_remove
+       set *gsi to gsi_for_stmt (ass_stmt).  Fix up function comment.
+
+2022-05-10  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR target/105292
+       * config/sparc/sparc.cc (sparc_vectorize_vec_perm_const): Return
+       true only for 8-byte vector modes.
+
 2022-05-06  Michael Meissner  <meissner@linux.ibm.com>
 
        Backported from master:
index faebf4d..3e06743 100644 (file)
@@ -1 +1 @@
-20220510
+20220511
index 17cf7ed..2aa74cc 100644 (file)
@@ -1,3 +1,7 @@
+2022-05-10  Joseph Myers  <joseph@codesourcery.com>
+
+       * hr.po: Update.
+
 2022-05-09  Joseph Myers  <joseph@codesourcery.com>
 
        * be.po, da.po, de.po, el.po, es.po, fi.po, fr.po, hr.po, id.po,
index 41c2037..f9d25cb 100644 (file)
@@ -1,3 +1,31 @@
+2022-05-10  H.J. Lu  <hjl.tools@gmail.com>
+
+       Backported from master:
+       2022-05-10  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR target/105472
+       * gcc.target/i386/iamcu/asm-support.S: Add .note.GNU-stack section
+       only for Linux.
+       * gcc.target/x86_64/abi/asm-support.S: Likewise.
+       * gcc.target/x86_64/abi/avx/asm-support.S: Likewise.
+       * gcc.target/x86_64/abi/avx512f/asm-support.S: Likewise.
+       * gcc.target/x86_64/abi/avx512fp16/asm-support.S: Likewise.
+       * gcc.target/x86_64/abi/avx512fp16/m256h/asm-support.S: Likewise.
+       * gcc.target/x86_64/abi/avx512fp16/m512h/asm-support.S: Likewise.
+       * gcc.target/x86_64/abi/ms-sysv/do-test.S: Likewise.
+
+2022-05-10  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2022-05-10  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/105528
+       * gcc.dg/pr105528.c: New test.
+
+2022-05-10  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.target/sparc/20220510-1.c: New test.
+
 2022-05-06  Michael Meissner  <meissner@linux.ibm.com>
 
        Backported from master:
index 7df6d93..f9dce12 100644 (file)
@@ -1,3 +1,32 @@
+2022-05-10  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2022-05-10  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/105284
+       * include/std/iosfwd: Add declarations for <spanstream> class
+       templates and typedefs.
+       * include/std/spanstream (basic_spanbuf, basic_ispanstream)
+       (basic_ospanstream, basic_spanstream): Remove default template
+       arguments.
+       * testsuite/27_io/headers/iosfwd/synopsis.cc: Add <spanstream>
+       declarations.
+       * testsuite/27_io/headers/iosfwd/types.cc: Check <spanstream>
+       default arguments.
+
+2022-05-10  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2022-05-10  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/105284
+       * include/std/iosfwd: Add declarations for <synstream> class
+       templates and typedefs.
+       * include/std/syncstream (basic_syncbuf, basic_osyncstream):
+       Remove default template arguments.
+       * testsuite/27_io/headers/iosfwd/synopsis.cc: New test.
+       * testsuite/27_io/headers/iosfwd/types.cc: New test.
+
 2022-05-09  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: