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

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

commit r14-3181-gadae87c162e3cf5ad161d136f0121d095c09f3a9
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sun Aug 13 00:16:46 2023 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 26 ++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/cp/ChangeLog        |  8 ++++++++
 gcc/m2/ChangeLog        | 29 +++++++++++++++++++++++++++++
 gcc/testsuite/ChangeLog | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 libgm2/ChangeLog        | 20 ++++++++++++++++++++
 libstdc++-v3/ChangeLog  |  7 +++++++
 7 files changed, 140 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 88f082f5ade0..ed35c6b405c3 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,29 @@
+2023-08-12  Jakub Jelinek  <jakub@redhat.com>
+
+	* Makefile.in (USER_H): Add stdckdint.h.
+	* ginclude/stdckdint.h: New file.
+
+2023-08-12  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+	PR target/110994
+	* config/riscv/riscv-opts.h (TARGET_VECTOR_VLS): Add TARGET_VETOR.
+
+2023-08-12  Patrick Palka  <ppalka@redhat.com>
+
+	* tree-pretty-print.cc (dump_generic_node) <case TREE_VEC>:
+	Delimit output with braces.
+
+2023-08-12  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+	PR target/110985
+	* config/riscv/riscv-v.cc (expand_vec_series): Refactor the expander.
+
+2023-08-12  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+	* config/riscv/autovec.md: Add VLS CONST_VECTOR.
+	* config/riscv/riscv.cc (riscv_const_insns): Ditto.
+	* config/riscv/vector.md: Ditto.
+
 2023-08-11  David Malcolm  <dmalcolm@redhat.com>
 
 	PR analyzer/105899
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 23c3329c01ed..5a8631e65d16 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20230812
+20230813
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 6787769640e2..ba9d5a67a719 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,11 @@
+2023-08-12  Patrick Palka  <ppalka@redhat.com>
+	    Jason Merrill  <jason@redhat.com>
+
+	PR c++/106604
+	* decl.cc (redeclaration_error_message): Remove special handling
+	for deduction guides.
+	(grokfndecl): Give deduction guides a dummy DECL_INITIAL.
+
 2023-08-11  Patrick Palka  <ppalka@redhat.com>
 
 	PR c++/110927
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index 62b20693a172..3b5b44aef181 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,32 @@
+2023-08-12  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/110779
+	* gm2-libs-iso/SysClock.mod (EpochTime): New procedure.
+	(GetClock): Call EpochTime if the C time functions are
+	unavailable.
+	* gm2-libs-iso/wrapclock.def (istimezone): New function
+	definition.
+
+2023-08-12  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/108119
+	* Make-lang.in (M2RTE_PLUGIN_SO): Assigned to
+	plugin/m2rte$(exeext).so if enable_plugin is yes.
+	(m2.all.cross): Replace plugin/m2rte$(soext) with
+	$(M2RTE_PLUGIN_SO).
+	(m2.all.encap): Replace plugin/m2rte$(soext) with
+	$(M2RTE_PLUGIN_SO).
+	(m2.install-plugin): Add dummy rule when enable_plugin
+	is not yes.
+	(plugin/m2rte$(exeext).so): Add dummy rule when enable_plugin
+	is not yes.
+	(m2/stage2/cc1gm2$(exeext)): Replace plugin/m2rte$(soext) with
+	$(M2RTE_PLUGIN_SO).
+	(m2/stage1/cc1gm2$(exeext)): Replace plugin/m2rte$(soext) with
+	$(M2RTE_PLUGIN_SO).
+	* gm2spec.cc (lang_specific_driver): Set need_plugin to false
+	by default.
+
 2023-08-09  Gaius Mulley  <gaiusmod2@gmail.com>
 
 	PR modula2/110779
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 152de7ed50a5..f3cb19e6c7f2 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,52 @@
+2023-08-12  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/108119
+	* gm2/iso/check/fail/iso-check-fail.exp (gm2_init_iso): Add -fm2-plugin.
+	* gm2/switches/auto-init/fail/switches-auto-init-fail.exp
+	(gm2_init_iso): Add -fm2-plugin.
+	* gm2/switches/check-all/pim2/fail/switches-check-all-pim2-fail.exp
+	(gm2_init_pim2): Add -fm2-plugin.
+	* gm2/switches/check-all/plugin/iso/fail/switches-check-all-plugin-iso-fail.exp
+	(gm2_init_iso): Add -fm2-plugin.
+	* gm2/switches/check-all/plugin/pim2/fail/switches-check-all-plugin-pim2-fail.exp
+	(gm2_init_pim2): Add -fm2-plugin.
+
+2023-08-12  Jakub Jelinek  <jakub@redhat.com>
+
+	* gcc.dg/stdckdint-1.c: New test.
+	* gcc.dg/stdckdint-2.c: New test.
+
+2023-08-12  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+	PR target/110994
+	* gcc.target/riscv/rvv/autovec/vls/pr110994.c: New test.
+
+2023-08-12  Patrick Palka  <ppalka@redhat.com>
+	    Jason Merrill  <jason@redhat.com>
+
+	PR c++/106604
+	* g++.dg/cpp1z/class-deduction74.C: Expect "defined" instead
+	of "declared" in the repeated deduction guide diagnostics.
+	* g++.dg/cpp1z/class-deduction116.C: New test.
+
+2023-08-12  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+	PR target/110985
+	* gcc.target/riscv/rvv/autovec/vls-vlmax/pr110985.c: New test.
+
+2023-08-12  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+	* gcc.target/riscv/rvv/autovec/vls/def.h: Add VLS CONST_VECTOR tests.
+	* gcc.target/riscv/rvv/autovec/vls/const-1.c: New test.
+	* gcc.target/riscv/rvv/autovec/vls/const-2.c: New test.
+	* gcc.target/riscv/rvv/autovec/vls/const-3.c: New test.
+	* gcc.target/riscv/rvv/autovec/vls/const-4.c: New test.
+	* gcc.target/riscv/rvv/autovec/vls/const-5.c: New test.
+	* gcc.target/riscv/rvv/autovec/vls/series-1.c: New test.
+	* gcc.target/riscv/rvv/autovec/vls/series-2.c: New test.
+	* gcc.target/riscv/rvv/autovec/vls/series-3.c: New test.
+	* gcc.target/riscv/rvv/autovec/vls/series-4.c: New test.
+
 2023-08-11  David Malcolm  <dmalcolm@redhat.com>
 
 	PR analyzer/105899
diff --git a/libgm2/ChangeLog b/libgm2/ChangeLog
index 6dddfc7299a1..221384603c4f 100644
--- a/libgm2/ChangeLog
+++ b/libgm2/ChangeLog
@@ -1,3 +1,23 @@
+2023-08-12  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/110779
+	* configure: Regenerate.
+	* configure.ac: Provide special case test for Darwin cross
+	configuration.
+	(GLIBCXX_CONFIGURE): New statement.
+	(GLIBCXX_CHECK_GETTIMEOFDAY): New statement.
+	(GLIBCXX_ENABLE_LIBSTDCXX_TIME): New statement.
+	* libm2iso/wrapclock.cc: New sys/time.h conditional include.
+	(sys/syscall.h): Conditional include.
+	(unistd.h): Conditional include.
+	(GetTimeRealtime): Re-implement.
+	(SetTimeRealtime): Re-implement.
+	(timezone): Re-implement.
+	(istimezone): New function.
+	(daylight): Re-implement.
+	(isdst): Re-implement.
+	(tzname): Re-implement.
+
 2023-08-09  Gaius Mulley  <gaiusmod2@gmail.com>
 
 	PR modula2/110779
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index dfc9c12cff1e..74556092b7e8 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,10 @@
+2023-08-12  Ken Matsui  <kmatsui@gcc.gnu.org>
+
+	* include/std/type_traits (true_type): Use __bool_constant
+	instead.
+	(false_type): Likewise.
+	(bool_constant): Likewise.
+
 2023-08-11  Jonathan Wakely  <jwakely@redhat.com>
 
 	PR libstdc++/110990

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

only message in thread, other threads:[~2023-08-13  0:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-13  0:17 [gcc r14-3181] 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).