public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6881] Daily bump.
@ 2023-03-28  0:17 GCC Administrator
  0 siblings, 0 replies; only message in thread
From: GCC Administrator @ 2023-03-28  0:17 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

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

commit r13-6881-gffcdac4feb42e44867ad980cbf2004d106ac3770
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Tue Mar 28 00:17:14 2023 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 56 +++++++++++++++++++++++++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/testsuite/ChangeLog | 25 ++++++++++++++++++++++
 libstdc++-v3/ChangeLog  |  5 +++++
 4 files changed, 87 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ce9c126196d..1205dc3fdbb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,59 @@
+2023-03-27  Jonathan Wakely  <jwakely@redhat.com>
+
+	PR gcov-profile/109297
+	* gcov-tool.cc (merge_usage): Fix "subcomand" typo.
+	(merge_stream_usage): Likewise.
+	(overlap_usage): Likewise.
+
+2023-03-27  Christoph Müllner  <christoph.muellner@vrull.eu>
+
+	PR target/109296
+	* config/riscv/thead.md: Add missing mode specifiers.
+
+2023-03-27  Philipp Tomsich  <philipp.tomsich@vrull.eu>
+	    Jiangning Liu  <jiangning.liu@amperecomputing.com>
+	    Manolis Tsamis  <manolis.tsamis@vrull.eu>
+
+	* config/aarch64/aarch64.cc: Update vector costs for ampere1.
+
+2023-03-27  Richard Biener  <rguenther@suse.de>
+
+	PR rtl-optimization/109237
+	* cfgcleanup.cc (bb_is_just_return): Walk insns backwards.
+
+2023-03-27  Richard Biener  <rguenther@suse.de>
+
+	PR lto/109263
+	* lto-wrapper.cc (run_gcc): Parse alternate debug options
+	as well, they always enable debug.
+
+2023-03-27  Kewen Lin  <linkw@linux.ibm.com>
+
+	PR target/109167
+	* config/rs6000/emmintrin.h (_mm_bslli_si128): Move the implementation
+	from ...
+	(_mm_slli_si128): ... here.  Change to call _mm_bslli_si128 directly.
+
+2023-03-27  Kewen Lin  <linkw@linux.ibm.com>
+
+	PR target/109082
+	* config/rs6000/emmintrin.h (_mm_bslli_si128): Check __N is not less
+	than zero when calling vec_sld.
+	(_mm_bsrli_si128): Return __A if __N is zero, check __N is bigger than
+	zero when calling vec_sld.
+	(_mm_slli_si128): Return __A if _imm5 is zero, check _imm5 is bigger
+	than zero when calling vec_sld.
+
+2023-03-27  Sandra Loosemore  <sandra@codesourcery.com>
+
+	* doc/generic.texi (OpenMP): Document OMP_SIMD, OMP_DISTRIBUTE,
+	OMP_TASKLOOP, and OMP_LOOP with OMP_FOR.  Document how collapsed
+	loops are represented and which fields are vectors.  Add
+	documentation for OMP_FOR_PRE_BODY field.  Document internal
+	form of non-rectangular loops and OMP_FOR_NON_RECTANGULAR.
+	* tree.def (OMP_FOR): Make documentation consistent with the
+	Texinfo manual, to fill some gaps and correct errors.
+
 2023-03-26  Andreas Schwab  <schwab@linux-m68k.org>
 
 	PR target/106282
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index b1ac5d92795..1f5084a2947 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20230327
+20230328
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 1fd87e88e71..0856603d5a0 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,28 @@
+2023-03-27  Richard Biener  <rguenther@suse.de>
+
+	PR tree-optimization/54498
+	* g++.dg/torture/pr54498.C: New testcase.
+
+2023-03-27  Richard Biener  <rguenther@suse.de>
+
+	PR tree-optimization/108357
+	* gcc.dg/tree-ssa/pr108357.c: New testcase.
+
+2023-03-27  Martin Liska  <mliska@suse.cz>
+
+	* lib/verify-sarif-file.py: Use apostrophes instead
+	of double quotes.
+
+2023-03-27  Kewen Lin  <linkw@linux.ibm.com>
+
+	PR target/109167
+	* gcc.target/powerpc/pr109167.c: New test.
+
+2023-03-27  Kewen Lin  <linkw@linux.ibm.com>
+
+	PR target/109082
+	* gcc.target/powerpc/pr109082.c: New test.
+
 2023-03-26  Andreas Schwab  <schwab@linux-m68k.org>
 
 	PR target/106282
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 407a5fe0f7e..36e7f79f4ba 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2023-03-27  Jakub Jelinek  <jakub@redhat.com>
+
+	* testsuite/experimental/net/timer/waitable/dest.cc: Avoid -Wformat
+	warning if size_t is not unsigned long.
+
 2023-03-22  Jonathan Wakely  <jwakely@redhat.com>
 
 	* include/bits/shared_ptr_atomic.h (atomic::operator=(nullptr_t)):

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

only message in thread, other threads:[~2023-03-28  0:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-28  0:17 [gcc r13-6881] 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).