]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 4 Jan 2024 00:18:45 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 4 Jan 2024 00:18:45 +0000 (00:18 +0000)
14 files changed:
contrib/ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/c/ChangeLog
gcc/cp/ChangeLog
gcc/d/ChangeLog
gcc/fortran/ChangeLog
gcc/go/ChangeLog
gcc/testsuite/ChangeLog
libgomp/ChangeLog
libitm/ChangeLog
libquadmath/ChangeLog
libstdc++-v3/ChangeLog

index e3b7a4db62e457ea2101df714dc93e45e507762f..02de42f2dfc0dad019132a79a703f2f735a8560d 100644 (file)
@@ -1,3 +1,8 @@
+2024-01-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * update-copyright.py (GenericFilter): Skip gpl_v3_without_node.texi.
+       (GCCFilter): Skip GmcOptions.cc.
+
 2023-12-21  Alexandre Oliva  <oliva@adacore.com>
 
        * compare_tests: Add tool to test lines.  Match tabs besides
index a935ce0fb69e99649789be14df40df4517ede3ca..4b0e6c69e119e46c36a0b141ea077d502f54b33a 100644 (file)
@@ -1,3 +1,45 @@
+2024-01-03  Kwok Cheung Yeung  <kcy@codesourcery.com>
+
+       * tree-core.h (enum omp_clause_code): Move OMP_CLAUSE_INDIRECT to before
+       OMP_CLAUSE__SIMDUID_.
+       * tree.cc (omp_clause_num_ops): Update position of entry for
+       OMP_CLAUSE_INDIRECT to correspond with omp_clause_code.
+       (omp_clause_code_name): Likewise.
+
+2024-01-03  Kwok Cheung Yeung  <kcy@codesourcery.com>
+
+       * config/nvptx/nvptx.cc (nvptx_record_offload_symbol): Restucture
+       printing of FUNC_MAP/IND_FUNC_MAP labels.
+
+2024-01-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.cc (process_command): Update copyright notice dates.
+       * gcov-dump.cc (print_version): Ditto.
+       * gcov.cc (print_version): Ditto.
+       * gcov-tool.cc (print_version): Ditto.
+       * gengtype.cc (create_file): Ditto.
+       * doc/cpp.texi: Bump @copying's copyright year.
+       * doc/cppinternals.texi: Ditto.
+       * doc/gcc.texi: Ditto.
+       * doc/gccint.texi: Ditto.
+       * doc/gcov.texi: Ditto.
+       * doc/install.texi: Ditto.
+       * doc/invoke.texi: Ditto.
+
+2024-01-03  Xi Ruoyao  <xry111@xry111.site>
+
+       * config/loongarch/simd.md (fmax<mode>3): New define_insn.
+       (fmin<mode>3): Likewise.
+       (reduc_fmax_scal_<mode>3): New define_expand.
+       (reduc_fmin_scal_<mode>3): Likewise.
+
+2024-01-03  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+       PR target/113112
+       * config/riscv/riscv-vector-costs.cc (compute_nregs_for_mode): Add rgroup info.
+       (max_number_of_live_regs): Ditto.
+       (has_unexpected_spills_p): Ditto.
+
 2024-01-02  Jun Sha (Joshua)  <cooper.joshua@linux.alibaba.com>
            Jin Ma  <jinma@linux.alibaba.com>
            Xianmiao Qu  <cooper.qu@linux.alibaba.com>
index 53df0019683314bec743e5dfbc3050eab515a983..e5d362319032c508a5b487cd8ade82926417530a 100644 (file)
@@ -1 +1 @@
-20240103
+20240104
index dc0c0dfb38634261e44917c63459062da28c6f50..0446fa06cc9a9fa374f40b7fea3f640843d50c0f 100644 (file)
@@ -1,3 +1,8 @@
+2024-01-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * gnat_ugn.texi: Bump @copying's copyright year.
+       * gnat_rm.texi: Likewise.
+
 \f
 Copyright (C) 2024 Free Software Foundation, Inc.
 
index 7670dea2f692cfc0244de5598af645d5002c4e37..3e2b5b2e6e654d99a36b88378d967bd1c7ec6920 100644 (file)
@@ -1,3 +1,8 @@
+2024-01-03  Kwok Cheung Yeung  <kcy@codesourcery.com>
+
+       * c-parser.cc (c_parser_omp_clause_name): Move handling of indirect
+       clause to correspond to alphabetical order.
+
 2023-12-30  Martin Uecker  <uecker@tugraz.at>
 
        * c-typeck.cc (tagged_types_tu_compatible_p): Revise.
index dc0c0dfb38634261e44917c63459062da28c6f50..8bc7b09367f6ef8ba21dfa4e98dccbdcc0fa997b 100644 (file)
@@ -1,3 +1,14 @@
+2024-01-03  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/113064
+       * call.cc (reference_binding): Still try a conversion via a
+       temporary if a direct conversion was bad.
+
+2024-01-03  Kwok Cheung Yeung  <kcy@codesourcery.com>
+
+       * parser.cc (cp_parser_omp_clause_name): Move handling of indirect
+       clause to correspond to alphabetical order.
+
 \f
 Copyright (C) 2024 Free Software Foundation, Inc.
 
index dc0c0dfb38634261e44917c63459062da28c6f50..20365ea432c68bbbec9d6d1a1c15116914f1a76a 100644 (file)
@@ -1,3 +1,7 @@
+2024-01-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * gdc.texi: Bump @copyrights-d year.
+
 \f
 Copyright (C) 2024 Free Software Foundation, Inc.
 
index dc0c0dfb38634261e44917c63459062da28c6f50..6c2f8907c86cc617ab956b31d4b49d5ba3d77178 100644 (file)
@@ -1,3 +1,17 @@
+2024-01-03  Harald Anlauf  <anlauf@gmx.de>
+
+       * trans-types.cc (gfc_get_nodesc_array_type): Clear used gmp
+       variables.
+
+2024-01-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * gfortranspec.cc (lang_specific_driver): Update copyright notice
+       dates.
+       * gfc-internals.texi: Bump @copying's copyright year.
+       * gfortran.texi: Ditto.
+       * intrinsic.texi: Ditto.
+       * invoke.texi: Ditto.
+
 \f
 Copyright (C) 2024 Free Software Foundation, Inc.
 
index 46962735c16c5cb8be3eeb99522f9a9f081fa5ad..9edc3fa094e3a023d0a035c23420463733d9dab5 100644 (file)
@@ -1,3 +1,7 @@
+2024-01-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * gccgo.texi: Bump @copyrights-go year.
+
 2023-07-05  Robin Dapp  <rdapp@ventanamicro.com>
            Juzhe-Zhong  <juzhe.zhong@rivai.ai>
 
index 47b1e679d7e252060b442374ea0b5bd260dadea5..da5593a2670e3996fe51f8f361316e8c084b0a48 100644 (file)
@@ -1,3 +1,18 @@
+2024-01-03  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/113064
+       * g++.dg/cpp0x/rv-conv4.C: New test.
+       * g++.dg/cpp0x/rv-conv5.C: New test.
+
+2024-01-03  Xi Ruoyao  <xry111@xry111.site>
+
+       * gcc.target/loongarch/vfmax-vfmin.c: New test.
+
+2024-01-03  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+       PR target/113112
+       * gcc.dg/vect/costmodel/riscv/rvv/pr113112-5.c: New test.
+
 2024-01-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
 
        * gfortran.dg/vect/vect-8.f90: Accept more vectorized loops.
index 473299fe3a55685bd1b7680df3c89b23e8887b29..d0d96741c57727be350f86fda3e370278985eef4 100644 (file)
@@ -1,3 +1,7 @@
+2024-01-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * libgomp.texi: Bump @copying's copyright year.
+
 2023-12-21  Julian Brown  <julian@codesourcery.com>
 
        * testsuite/libgomp.fortran/target-enter-data-6.f90: Remove XFAIL.
index 1494030bfae556f2769c3ec450dfb3b0b0fc2ed8..83aadd151c75eeab3136c7cbe9c95202dbcda0d6 100644 (file)
@@ -1,3 +1,7 @@
+2024-01-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * libitm.texi: Bump @copying's copyright year.
+
 2023-10-22  Iain Sandoe  <iain@sandoe.co.uk>
 
        * testsuite/lib/libitm.exp: Likewise.
index f34e13c828c2430a4338b7a67b5a7bdd4602fe4a..43ad9df3b1831d6b7ebbe1a52b0a2a6376837f8c 100644 (file)
@@ -1,3 +1,7 @@
+2024-01-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * libquadmath.texi: Bump @copying's copyright year.
+
 2023-12-22  Christophe Lyon  <christophe.lyon@linaro.org>
 
        * Makefile.am: Allow overriding EXEPCT.
index dc0c0dfb38634261e44917c63459062da28c6f50..768b9e76fac0d048eb8e730851ac975ac3c599ee 100644 (file)
@@ -1,3 +1,10 @@
+2024-01-03  Patrick Palka  <ppalka@redhat.com>
+
+       PR testsuite/113175
+       * testsuite/std/ranges/iota/max_size_type.cc (test02): Reduce
+       'limit' to 100 from 1000 and adjust 'log2_limit' accordingly.
+       (test03): Likewise.
+
 \f
 Copyright (C) 2024 Free Software Foundation, Inc.