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

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

commit r14-10055-ga7d01a715185a159a334d40d8464d6e8bc35f7f5
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sun Apr 21 00:16:48 2024 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 26 ++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/m2/ChangeLog        | 17 +++++++++++++++++
 gcc/testsuite/ChangeLog | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 91 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 72c7420c720..ba1f88ef524 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,29 @@
+2024-04-20  Pan Li  <pan2.li@intel.com>
+
+	Revert:
+	2023-12-04  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+	PR target/112431
+	* config/riscv/vector.md: Fix incorrect overlap in v0.
+
+2024-04-20  Pan Li  <pan2.li@intel.com>
+
+	Revert:
+	2023-12-11  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+	PR target/112431
+	* config/riscv/vector.md: Support highest overlap for wv instructions.
+
+2024-04-20  Pan Li  <pan2.li@intel.com>
+
+	Revert:
+	2023-12-18  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+	PR target/112432
+	* config/riscv/riscv.md (none,W21,W42,W84,W43,W86,W87): Add W0.
+	(none,W21,W42,W84,W43,W86,W87,W0): Ditto.
+	* config/riscv/vector.md: Ditto.
+
 2024-04-19  Jakub Jelinek  <jakub@redhat.com>
 
 	PR target/114783
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 0cfd258e5b1..b0f1ecabfa2 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240420
+20240421
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index 2b0ad183398..1ef9df9eac7 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,20 @@
+2024-04-20  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/112893
+	* gm2-compiler/M2Check.mod (GetProcedureProcType): Import.
+	(getType): Return value using GetProcedureProcType if sym is a
+	procedure.
+	* gm2-compiler/M2Range.mod (FoldTypeExpr): Remove quad if
+	expression is type compatible.
+	* gm2-compiler/SymbolTable.def (GetProcedureProcType): New
+	procedure function.
+	* gm2-compiler/SymbolTable.mod (Procedure): Add ProcedureType.
+	(MakeProcedure): Initialize ProcedureType.
+	(PutParam): Call AddProcedureProcTypeParam.
+	(PutVarParam): Call AddProcedureProcTypeParam.
+	(AddProcedureProcTypeParam): New procedure.
+	(GetProcedureProcType): New procedure function.
+
 2024-04-16  Gaius Mulley  <gaiusmod2@gmail.com>
 
 	PR modula2/114745
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 2576207b9bb..8ab813f1b7b 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,50 @@
+2024-04-20  Pan Li  <pan2.li@intel.com>
+
+	Revert:
+	2024-04-20  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+	PR target/112431
+	* gcc.target/riscv/rvv/base/pr112431-34.c: New test.
+
+2024-04-20  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/112893
+	* gm2/pim/pass/another.mod: Correct bug exposed by type checker.
+	Swap ProcA and ProcB assignments.
+	* gm2/pim/pass/proccard.mod: Use VAL to convert procedure into a
+	cardinal.
+	* gm2/iso/const/fail/castproctype.mod: New test.
+	* gm2/pim/fail/badproctype.mod: New test.
+
+2024-04-20  Pan Li  <pan2.li@intel.com>
+
+	* gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul8-11.c: Xfail csr check.
+	* gcc.target/riscv/rvv/base/pr112431-39.c: New test.
+	* gcc.target/riscv/rvv/base/pr112431-40.c: New test.
+	* gcc.target/riscv/rvv/base/pr112431-41.c: New test.
+
+2024-04-20  Pan Li  <pan2.li@intel.com>
+
+	Revert:
+	2024-04-20  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+	PR target/112431
+	* gcc.target/riscv/rvv/base/pr112431-39.c: New test.
+	* gcc.target/riscv/rvv/base/pr112431-40.c: New test.
+	* gcc.target/riscv/rvv/base/pr112431-41.c: New test.
+
+2024-04-20  Pan Li  <pan2.li@intel.com>
+
+	* gcc.target/riscv/rvv/base/pr112431-42.c: New test.
+
+2024-04-20  Pan Li  <pan2.li@intel.com>
+
+	Revert:
+	2024-04-20  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+	PR target/112432
+	* gcc.target/riscv/rvv/base/pr112432-42.c: New test.
+
 2024-04-19  Jakub Jelinek  <jakub@redhat.com>
 
 	PR target/114783

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

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

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