public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-8340] Daily bump.
@ 2024-01-23  0:19 GCC Administrator
  0 siblings, 0 replies; only message in thread
From: GCC Administrator @ 2024-01-23  0:19 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:e2d1f8587c33e7f956e97a2889f1210e1df673c8

commit r14-8340-ge2d1f8587c33e7f956e97a2889f1210e1df673c8
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Tue Jan 23 00:18:32 2024 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/testsuite/ChangeLog | 43 +++++++++++++++++++++++++++++++++++++++++++
 libgomp/ChangeLog       |  6 ++++++
 libstdc++-v3/ChangeLog  |  5 +++++
 5 files changed, 104 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2716800bcf2..86400ea7c88 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,52 @@
+2024-01-22  Andrew Pinski  <quic_apinski@quicinc.com>
+
+	PR target/113030
+	* config/arm/parsecpu.awk (check_cpu): Use cpu_opt_alias
+	instead of cpu_optaliases.
+	(check_arch): Use arch_opt_alias instead of arch_optaliases.
+
+2024-01-22  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+	* config/riscv/riscv-protos.h (splat_to_scalar_move_p): New function.
+	* config/riscv/riscv-v.cc (splat_to_scalar_move_p): Ditto.
+	* config/riscv/vector.md: Simplify vmv.v.x. into vmv.s.x.
+
+2024-01-22  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+	PR target/109092
+	* config/riscv/riscv.md: Use reg instead of subreg.
+
+2024-01-22  Tobias Burnus  <tburnus@baylibre.com>
+
+	PR other/111966
+	* config/gcn/mkoffload.cc (elf_arch): Change default to gfx900
+	to match the compiler default.
+	(simple_object_copy_lto_debug_sections): Never unlink the outfile
+	on error as the caller does so.
+	(maybe_unlink, compile_native): Use %<...%> and %qs in fatal_error.
+	(main): Likewise. Fix 'mkoffload.dbg.o' cleanup.
+
+2024-01-22  Richard Biener  <rguenther@suse.de>
+
+	PR tree-optimization/113373
+	* tree-vect-loop-manip.cc (slpeel_tree_duplicate_loop_to_edge_cfg):
+	Create LC PHIs in the exit blocks where necessary.
+	* tree-vect-loop.cc (vectorizable_live_operation): Do not try
+	to handle missing LC PHIs.
+	(find_connected_edge): Remove.
+	(vect_create_epilog_for_reduction): Cleanup use of auto_vec.
+
+2024-01-22  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+	* config/riscv/vector.md: Fix vfirst/vmsbf/vmsof ratio attributes.
+
+2024-01-22  xuli  <xuli1@eswincomputing.com>
+
+	PR target/113420
+	* config/riscv/riscv-vector-builtins.cc (has_vxrm_or_frm_p):remove.
+	(registered_function::overloaded_hash):refactor.
+	(resolve_overloaded_builtin):avoid internal ICE.
+
 2024-01-21  Mikael Pettersson  <mikpelinux@gmail.com>
 
 	PR target/82420
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 3787e5a1540..d34258b93bb 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240122
+20240123
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 00aed6bf60c..a17b112ffc4 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,46 @@
+2024-01-22  Marek Polacek  <polacek@redhat.com>
+
+	PR c++/109642
+	* g++.dg/warn/Wdangling-reference17.C: Additional testing.
+
+2024-01-22  John David Anglin  <danglin@gcc.gnu.org>
+
+	PR debug/113382
+	* gcc.dg/debug/btf/btf-bitfields-3.c: Add -gno-strict-dwarf
+	option to dg-options.
+	* gcc.dg/debug/btf/btf-enum-1.c: Likewise.
+	* gcc.dg/debug/btf/btf-enum-small.c: Likewise.
+	* gcc.dg/debug/btf/btf-enum64-1.c: Likewise.
+
+2024-01-22  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+	* gcc.target/riscv/rvv/vsetvl/attribute-2.c: New test.
+	* gcc.target/riscv/rvv/vsetvl/attribute-3.c: New test.
+
+2024-01-22  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+	PR target/109092
+	* gcc.target/riscv/rvv/base/pr109092.c: New test.
+
+2024-01-22  Richard Biener  <rguenther@suse.de>
+
+	PR tree-optimization/113373
+	* gcc.dg/vect/vect-early-break_104-pr113373.c: New testcase.
+
+2024-01-22  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+	* gcc.target/riscv/rvv/vsetvl/attribute-1.c: New test.
+
+2024-01-22  xuli  <xuli1@eswincomputing.com>
+
+	PR target/113420
+	* gcc.target/riscv/rvv/base/pr113420-1.c: New test.
+	* gcc.target/riscv/rvv/base/pr113420-2.c: New test.
+
+2024-01-22  Jeff Law  <jlaw@ventanamicro.com>
+
+	* gcc.target/sh/pr59533-1.c: Adjust expected output.
+
 2024-01-21  Mary Bennett  <mary.bennett@embecosm.com>
 
 	* gcc.target/riscv/cv-alu-fail-compile.c: Change warning to error.
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 7b7f7e9bf52..37a3c847f3c 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,9 @@
+2024-01-22  Tobias Burnus  <tburnus@baylibre.com>
+
+	* testsuite/libgomp.c/declare-variant-4-fiji.c: Xfail as fiji
+	support is no longer enabled by default.
+	* testsuite/libgomp.c/declare-variant-4-gfx803.c: Likewise.
+
 2024-01-20  John David Anglin  <danglin@gcc.gnu.org>
 
 	* testsuite/libgomp.fortran/alloc-comp-3.f90: Increase
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index e7423209d0b..7e20b0a1e3f 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2024-01-22  Jonathan Wakely  <jwakely@redhat.com>
+
+	* testsuite/std/time/clock/file/io.cc: Fix expected result in
+	assertion and call test_format() from main.
+
 2024-01-21  Jonathan Wakely  <jwakely@redhat.com>
 
 	PR libstdc++/113500

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

only message in thread, other threads:[~2024-01-23  0:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-23  0:19 [gcc r14-8340] 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).