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

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

commit r14-6900-geb84e8d3e275ec8d6e35f597faaa980e2e4a369d
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Thu Jan 4 00:18:45 2024 +0000

    Daily bump.

Diff:
---
 contrib/ChangeLog       |  5 +++++
 gcc/ChangeLog           | 42 ++++++++++++++++++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/ada/ChangeLog       |  5 +++++
 gcc/c/ChangeLog         |  5 +++++
 gcc/cp/ChangeLog        | 11 +++++++++++
 gcc/d/ChangeLog         |  4 ++++
 gcc/fortran/ChangeLog   | 14 ++++++++++++++
 gcc/go/ChangeLog        |  4 ++++
 gcc/testsuite/ChangeLog | 15 +++++++++++++++
 libgomp/ChangeLog       |  4 ++++
 libitm/ChangeLog        |  4 ++++
 libquadmath/ChangeLog   |  4 ++++
 libstdc++-v3/ChangeLog  |  7 +++++++
 14 files changed, 125 insertions(+), 1 deletion(-)

diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index e3b7a4db62e..02de42f2dfc 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -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
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a935ce0fb69..4b0e6c69e11 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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>
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 53df0019683..e5d36231903 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240103
+20240104
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index dc0c0dfb386..0446fa06cc9 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -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.
 
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 7670dea2f69..3e2b5b2e6e6 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -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.
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index dc0c0dfb386..8bc7b09367f 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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.
 
diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog
index dc0c0dfb386..20365ea432c 100644
--- a/gcc/d/ChangeLog
+++ b/gcc/d/ChangeLog
@@ -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.
 
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index dc0c0dfb386..6c2f8907c86 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -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.
 
diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog
index 46962735c16..9edc3fa094e 100644
--- a/gcc/go/ChangeLog
+++ b/gcc/go/ChangeLog
@@ -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>
 
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 47b1e679d7e..da5593a2670 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 473299fe3a5..d0d96741c57 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -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.
diff --git a/libitm/ChangeLog b/libitm/ChangeLog
index 1494030bfae..83aadd151c7 100644
--- a/libitm/ChangeLog
+++ b/libitm/ChangeLog
@@ -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.
diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog
index f34e13c828c..43ad9df3b18 100644
--- a/libquadmath/ChangeLog
+++ b/libquadmath/ChangeLog
@@ -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.
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index dc0c0dfb386..768b9e76fac 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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.

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

only message in thread, other threads:[~2024-01-04  0:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-04  0:19 [gcc r14-6900] 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).