Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 28 Feb 2023 00:18:40 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 28 Feb 2023 00:18:40 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
include/ChangeLog
libgm2/ChangeLog
libstdc++-v3/ChangeLog

index c34a8d18626bf8afb920c56ceff37efdd29d1372..597f7b0c51bb58bdeb55268fba7ce79cee5084c3 100644 (file)
@@ -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
index 89de5893b85c4eb1972b56c2a8bf624a639bc8e7..3a02054ac496fecada2baad97a1834560eb4135f 100644 (file)
@@ -1 +1 @@
-20230227
+20230228
index 25c2d4c3eae484f4b7ac795b3aab9e46c0bfa996..5563c5ba3df6b99228cd9c3737a29e3cddc6fa5e 100644 (file)
@@ -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
index ec47d35064b36653f8099c07c1eaf27c73622413..96fe12cf2534cfb414867f388f2143c600b4250e 100644 (file)
@@ -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.
index 37d18eb55215ae4fc579f89ffb16bef884f7f2aa..76655e7ff8699fb815687d4df2af84699a616826 100644 (file)
@@ -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.
index a4c4303294992fb8c924a75be0f6c138aab1475c..0e477d70fbe6362325089e4292e34bed45a526d5 100644 (file)
@@ -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
index 4f90475d945f6173b46aaa99648d5ab5958bfede..782836831ed9ee7df63ce57761ba9f0c374b9a06 100644 (file)
@@ -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