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

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

commit r13-6363-gbf0e0fc0ea47698c81ddb0eb00a71f9ad251c4a1
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Tue Feb 28 00:18:40 2023 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 50 +++++++++++++++++++++++++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/fortran/ChangeLog   |  6 ++++++
 gcc/testsuite/ChangeLog |  5 +++++
 include/ChangeLog       |  9 +++++++++
 libgm2/ChangeLog        |  5 +++++
 libstdc++-v3/ChangeLog  |  7 +++++++
 7 files changed, 83 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c34a8d18626..597f7b0c51b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,53 @@
+2023-02-27  Uroš Bizjak  <ubizjak@gmail.com>
+
+	PR target/108922
+	Revert:
+	* config/i386/i386.md (fmodxf3): Enable for flag_finite_math_only only.
+	(fmod<mode>3): Ditto.
+	(fpremxf4_i387): Ditto.
+	(reminderxf3): Ditto.
+	(reminder<mode>3): Ditto.
+	(fprem1xf4_i387): Ditto.
+
+2023-02-27  Roger Sayle  <roger@nextmovesoftware.com>
+
+	* simplify-rtx.cc (simplify_unary_operation_1) <case FFS>: Avoid
+	generating FFS with mismatched operand and result modes, by using
+	an explicit SIGN_EXTEND/ZERO_EXTEND.
+	<case POPCOUNT>: Likewise, for POPCOUNT of ZERO_EXTEND.
+	<case PARITY>: Likewise, for PARITY of {ZERO,SIGN}_EXTEND.
+
+2023-02-27  Patrick Palka  <ppalka@redhat.com>
+
+	* hash-table.h (gt_pch_nx(hash_table<D>)): Remove static.
+	* lra-int.h (lra_change_class): Likewise.
+	* recog.h (which_op_alt): Likewise.
+	* sel-sched-ir.h (sel_bb_empty_or_nop_p): Declare inline
+	instead of static.
+
+2023-02-27  Takayuki 'January June' Suwa  <jjsuwa_sys3175@yahoo.co.jp>
+
+	* config/xtensa/xtensa-protos.h (xtensa_match_CLAMPS_imms_p):
+	New prototype.
+	* config/xtensa/xtensa.cc (xtensa_match_CLAMPS_imms_p):
+	New function.
+	* config/xtensa/xtensa.h (TARGET_CLAMPS): New macro definition.
+	* config/xtensa/xtensa.md (*xtensa_clamps): New insn pattern.
+
+2023-02-27  Max Filippov  <jcmvbkbc@gmail.com>
+
+	* config/xtensa/xtensa-dynconfig.cc (xtensa_get_config_v2)
+	(xtensa_get_config_v3): New functions.
+
+2023-02-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+	* config/aarch64/aarch64-simd.md (aarch64_abs<mode>): Fix typo in comment.
+
+2023-02-27  Lulu Cheng  <chenglulu@loongson.cn>
+
+	* config/host-linux.cc (TRY_EMPTY_VM_SPACE): Modify the value of
+	the macro to 0x1000000000.
+
 2023-02-25  Gaius Mulley  <gaiusmod2@gmail.com>
 
 	PR modula2/108261
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 89de5893b85..3a02054ac49 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20230227
+20230228
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 25c2d4c3eae..5563c5ba3df 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,9 @@
+2023-02-27  Harald Anlauf  <anlauf@gmx.de>
+
+	PR fortran/108937
+	* trans-intrinsic.cc (gfc_conv_intrinsic_ibits): Handle corner case
+	LEN argument of IBITS equal to BITSIZE(I).
+
 2023-02-25  Mikael Morin  <mikael@gcc.gnu.org>
 
 	PR fortran/108923
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index ec47d35064b..96fe12cf253 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2023-02-27  Harald Anlauf  <anlauf@gmx.de>
+
+	PR fortran/108937
+	* gfortran.dg/ibits_2.f90: New test.
+
 2023-02-26  Eric Botcazou  <ebotcazou@adacore.com>
 
 	* ada/acats/run_all.sh: Adjust example of compiler options.
diff --git a/include/ChangeLog b/include/ChangeLog
index 37d18eb5521..76655e7ff86 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,12 @@
+2023-02-27  Max Filippov  <jcmvbkbc@gmail.com>
+
+	* xtensa-dynconfig.h (xtensa_config_v3): New struct.
+	(xtensa_get_config_v3): New declaration.
+	(XCHAL_HAVE_CLAMPS, XCHAL_HAVE_DEPBITS, XCHAL_HAVE_EXCLUSIVE)
+	(XCHAL_HAVE_XEA3, XTENSA_CONFIG_V3_ENTRY_LIST): New definitions.
+	(XTENSA_CONFIG_INSTANCE_LIST): Add xtensa_config_v3 instance.
+	(XTENSA_CONFIG_ENTRY_LIST): Add XTENSA_CONFIG_V3_ENTRY_LIST.
+
 2023-02-02  Andrew Stubbs  <ams@codesourcery.com>
 
 	* gomp-constants.h (GOMP_VERSION_GCN): Bump.
diff --git a/libgm2/ChangeLog b/libgm2/ChangeLog
index a4c43032949..0e477d70fbe 100644
--- a/libgm2/ChangeLog
+++ b/libgm2/ChangeLog
@@ -1,3 +1,8 @@
+2023-02-27  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/108944
+	* libm2pim/sckt.cc (getLocalIP): Correct parameter order.
+
 2023-02-25  Gaius Mulley  <gaiusmod2@gmail.com>
 
 	PR modula2/108261
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 4f90475d945..782836831ed 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,10 @@
+2023-02-27  Jonathan Wakely  <jwakely@redhat.com>
+
+	* include/bits/basic_ios.h (basic_ios::_M_setstate): Add
+	caveat to comment.
+	* include/bits/basic_string.h (resize_and_overwrite): Add
+	doxygen comment.
+
 2023-02-24  Matthias Kretz  <m.kretz@gsi.de>
 
 	* include/experimental/bits/simd.h: Line breaks and indenting

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

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

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