]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 5 May 2023 00:21:37 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 5 May 2023 00:21:37 +0000 (00:21 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 90d9de1e6dc94a251932bfac421aa2a53091eada..793c8aa1ee62d618df2505450d2a1c9e7573bd48 100644 (file)
@@ -1,3 +1,31 @@
+2023-05-04  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2023-05-04  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/109676
+       * config/i386/i386-features.cc (timode_scalar_chain::convert_insn):
+       If src is REG, change its mode to V1TImode and call fix_debug_reg_uses
+       for it only if it still has TImode.  Don't decide whether to call
+       fix_debug_reg_uses based on whether SRC is ever set or not.
+
+2023-05-04  Kito Cheng  <kito.cheng@sifive.com>
+
+       Backported from master:
+       2023-05-03  Kito Cheng  <kito.cheng@sifive.com>
+
+       * doc/md.texi (RISC-V): Add vr, vm, vd constarint.
+
+2023-05-04  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
+
+       Backported from master:
+       2023-04-20  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
+                   kito-cheng  <kito.cheng@sifive.com>
+
+       PR target/109535
+       * config/riscv/riscv-vsetvl.cc (count_regno_occurrences): New function.
+       (pass_vsetvl::cleanup_insns): Fix bug.
+
 2023-05-02  Marek Polacek  <polacek@redhat.com>
 
        PR c++/109642
index 2e0cd4ba7e159977eecc78d31d8456082a140a9f..fcb6f1280853c132183a932a589c52b4bb61da63 100644 (file)
@@ -1 +1 @@
-20230504
+20230505
index 512491c18f4544484f22ba14bdaa923ef251ef6a..99439e8a8e08b305cdef4d3f411514fa86eaf86e 100644 (file)
@@ -1,3 +1,29 @@
+2023-05-04  Richard Biener  <rguenther@suse.de>
+
+       Backported from master:
+       2023-05-04  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/109724
+       * g++.dg/torture/pr109724.C: New testcase.
+
+2023-05-04  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2023-05-04  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/109676
+       * g++.target/i386/pr109676.C: New test.
+
+2023-05-04  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
+
+       Backported from master:
+       2023-04-20  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
+                   kito-cheng  <kito.cheng@sifive.com>
+
+       PR target/109535
+       * g++.target/riscv/rvv/base/pr109535.C: New test.
+       * gcc.target/riscv/rvv/base/pr109535.c: New test.
+
 2023-05-02  Jason Merrill  <jason@redhat.com>
 
        PR c++/109666
index 917b7161302b4df33fd6e06bf82a5f44c0f1333d..7b53dbdb7c13824a7c480ecdd2cb4f26860bf4d9 100644 (file)
@@ -1,3 +1,91 @@
+2023-05-04  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-05-04  Jonathan Wakely  <jwakely@redhat.com>
+
+       * doc/xml/manual/abi.xml (abi.versioning.history): Document
+       libstdc++.so.6.0.32 and GLIBCXX_3.4.32 version.
+       * doc/html/manual/abi.html: Regenerate.
+
+2023-05-04  Florian Weimer  <fweimer@redhat.com>
+
+       Backported from master:
+       2023-05-04  Florian Weimer  <fweimer@redhat.com>
+
+       * doc/xml/manual/abi.xml (abi.versioning.history): Add
+       GCC_7.0.0, GCC_9.0.0, GCC_11.0, GCC_12.0.0, GCC_13.0.0 for
+       libgcc_s.
+
+2023-05-04  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2023-05-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * src/c++17/floating_from_chars.cc
+       (_ZSt10from_charsPKcS0_RDF128_St12chars_format): New alias to
+       _ZSt10from_charsPKcS0_Ru9__ieee128St12chars_format.
+       * src/c++17/floating_to_chars.cc (_ZSt8to_charsPcS_DF128_): New alias to
+       _ZSt8to_charsPcS_u9__ieee128.
+       (_ZSt8to_charsPcS_DF128_St12chars_format): New alias to
+       _ZSt8to_charsPcS_u9__ieee128St12chars_format.
+       (_ZSt8to_charsPcS_DF128_St12chars_formati): New alias to
+       _ZSt8to_charsPcS_u9__ieee128St12chars_formati.
+       * config/abi/post/powerpc64le-linux-gnu/baseline_symbols.txt: Updated.
+
+2023-05-04  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2023-05-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * configure.host (abi_baseline_pair): Use powerpc64le-linux-gnu
+       rather than powerpc64-linux-gnu for powerpc64le*-linux*.
+       * config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt: Remove
+       _ZTI*DF128_, _ZTI*DF64x symbols and symbols in
+       GLIBCXX_IEEE128_3.4.{29,30,31} and CXXABI_IEEE128_1.3.13 symbol
+       versions.
+       * config/abi/post/powerpc64le-linux-gnu/baseline_symbols.txt: New
+       file.
+
+2023-05-04  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2023-05-02  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/abi/post/aarch64-linux-gnu/baseline_symbols.txt: Update.
+       * config/abi/post/i486-linux-gnu/baseline_symbols.txt: Update.
+       * config/abi/post/m68k-linux-gnu/baseline_symbols.txt: Update.
+       * config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt: Update.
+       * config/abi/post/riscv64-linux-gnu/baseline_symbols.txt: Update.
+       * config/abi/post/s390x-linux-gnu/baseline_symbols.txt: Update.
+       * config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt: Update.
+       * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Update.
+
+2023-05-04  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2023-05-02  Jakub Jelinek  <jakub@redhat.com>
+
+       PR libstdc++/109694
+       * src/c++98/ios_init.cc: Add #pragma GCC diagnostic ignored for
+       -Wattribute-alias.
+
+2023-05-04  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2023-04-28  Jakub Jelinek  <jakub@redhat.com>
+
+       PR libstdc++/108969
+       * config/abi/pre/gnu.ver (GLIBCXX_3.4.32): Export
+       _ZSt21ios_base_library_initv.
+       * testsuite/util/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.32
+       symver and make it the latestp.
+       * src/c++98/ios_init.cc (ios_base_library_init): New alias.
+       * acinclude.m4 (libtool_VERSION): Change to 6:32:0.
+       * include/std/iostream: If init_priority attribute is supported
+       and _GLIBCXX_SYMVER_GNU, force undefined _ZSt21ios_base_library_initv
+       symbol into the object.
+       * configure: Regenerated.
+
 2023-05-03  Kefu Chai  <kefu.chai@scylladb.com>
 
        Backported from master: