diff options
-rw-r--r-- | gcc/ChangeLog | 50 | ||||
-rw-r--r-- | gcc/DATESTAMP | 2 | ||||
-rw-r--r-- | gcc/fortran/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | include/ChangeLog | 9 | ||||
-rw-r--r-- | libgm2/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/ChangeLog | 7 |
7 files changed, 83 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c34a8d1..597f7b0 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 89de589..3a02054 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20230227 +20230228 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 25c2d4c..5563c5b 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 ec47d35..96fe12c 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 37d18eb..76655e7 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 a4c4303..0e477d7 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 4f90475..7828368 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 |