public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-7649] Daily bump.
@ 2023-07-30  0:20 GCC Administrator
  0 siblings, 0 replies; only message in thread
From: GCC Administrator @ 2023-07-30  0:20 UTC (permalink / raw)
  To: gcc-cvs

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

commit r13-7649-gcead1dedb00fe18c10927d646c9cec7442d02cd2
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sun Jul 30 00:20:32 2023 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           |  21 +++++++
 gcc/DATESTAMP           |   2 +-
 gcc/m2/ChangeLog        | 153 ++++++++++++++++++++++++++++++++++++++++++++++++
 gcc/testsuite/ChangeLog |  41 +++++++++++++
 4 files changed, 216 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 75cc3e27ae9..178e256981a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,24 @@
+2023-07-29  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	Backported from master:
+	2023-06-12  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/109952
+	* doc/gm2.texi (Standard procedures): Fix Next link.
+
+2023-07-29  Di Zhao OS  <dizhao@os.amperecomputing.com>
+
+	* config/aarch64/aarch64.cc: Change fma_reassoc_width for ampere1.
+
+2023-07-29  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	Backported from master:
+	2023-05-24  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/109952
+	* doc/gm2.texi (High procedure function): New node.
+	(Using): New menu entry for High procedure function.
+
 2023-07-27  Jakub Jelinek  <jakub@redhat.com>
 
 	Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 65a68ec5a24..738995d663e 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20230729
+20230730
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index 2bf6e8ba85b..0c3d4214eb2 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,156 @@
+2023-07-29  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	Backported from master:
+	2023-06-13  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	* Make-lang.in (check-format-error): New rule.
+	* gm2-compiler/M2MetaError.mod (op): Add calls InternalError if
+	digits are detected.
+	* gm2-compiler/M2Quads.mod (BuildForToByDo): Bugfix to format
+	specifier.
+	(BuildLengthFunction): Bugfix to format	specifiers.
+	(BuildOddFunction): Bugfix to format specifiers.
+	(BuildAbsFunction): Bugfix to format specifiers.
+	(BuildCapFunction): Bugfix to format specifiers.
+	(BuildChrFunction): Bugfix to format specifiers.
+	(BuildOrdFunction): Bugfix to format specifiers.
+	(BuildMakeAdrFunction): Bugfix to format specifiers.
+	(BuildSizeFunction): Bugfix to format specifiers.
+	(BuildBitSizeFunction): Bugfix to format specifiers.
+	* tools-src/checkmeta.py: New file.
+
+2023-07-29  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	Backported from master:
+	2023-06-12  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/110189
+	* gm2-compiler/M2Quads.mod (BuildAbsFunction): Replace abort
+	format specifier.
+	(BuildValFunction): Replace abort format specifier.
+	(BuildCastFunction): Replace abort format specifier.
+	(BuildMinFunction): Replace abort format specifier.
+	(BuildMaxFunction): Replace abort format specifier.
+	(BuildTruncFunction): Replace abort format specifier.
+	* gm2-compiler/P3Build.bnf (Pass1): Remove.
+	(Pass2): Remove.
+	(Pass3): Remove.
+	(Expect): Add Pass1.
+	(AsmStatement): Remove Pass3.
+	(AsmOperands): Remove Pass3.
+	(AsmOperandSpec): Remove Pass3.
+	(AsmInputElement): Remove Pass3.
+	(AsmOutputElement): Remove Pass3.
+	(AsmTrashList): Remove Pass3.
+
+2023-07-29  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	Backported from master:
+	2023-06-12  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/110126
+	* gm2-compiler/M2Quads.def (BuildAsmElement): Remove
+	trash parameter.
+	(BuildAsmTrash): New procedure.
+	* gm2-compiler/M2Quads.mod (BuildAsmTrash): New procedure.
+	(BuildAsmElement): Remove trash parameter.
+	* gm2-compiler/P3Build.bnf (AsmTrashList): Rewrite.
+
+2023-07-29  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	Backported from master:
+	2023-06-08  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/110126
+	* gm2-compiler/M2GenGCC.mod (BuildTreeFromInterface): Remove
+	tokenno parameter.  Use object tok instead of tokenno.
+	(BuildTrashTreeFromInterface): Use object tok instead of
+	GetDeclaredMod.
+	(CodeInline): Remove tokenno from parameter list to BuildTreeFromInterface.
+	* gm2-compiler/M2Quads.def (BuildAsmElement): Exported and
+	defined.
+	* gm2-compiler/M2Quads.mod (BuildOptimizeOff): Reformatted.
+	(BuildInline): Reformatted.
+	(BuildLineNo): Reformatted.
+	(UseLineNote): Reformatted.
+	(BuildAsmElement): New procedure.
+	* gm2-compiler/P0SyntaxCheck.bnf (AsmOperands): Use
+	ConstExpression instead of string.
+	(AsmElement): Use ConstExpression instead of string.
+	(TrashList): Use ConstExpression instead of string.
+	* gm2-compiler/P1Build.bnf (AsmOperands): Use
+	ConstExpression instead of string.
+	(AsmElement): Use ConstExpression instead of string.
+	(TrashList): Use ConstExpression instead of string.
+	* gm2-compiler/P2Build.bnf (AsmOperands): Use
+	ConstExpression instead of string.
+	(AsmElement): Use ConstExpression instead of string.
+	(TrashList): Use ConstExpression instead of string.
+	* gm2-compiler/P3Build.bnf (AsmOperands): Rewrite.
+	(AsmOperandSpec): Rewrite.
+	(AsmOutputList): New rule.
+	(AsmInputList): New rule.
+	(TrashList): Rewrite.
+	* gm2-compiler/PCBuild.bnf (AsmOperands): Use
+	ConstExpression instead of string.
+	(AsmElement): Use ConstExpression instead of string.
+	(TrashList): Use ConstExpression instead of string.
+	* gm2-compiler/PHBuild.bnf (AsmOperands): Use
+	ConstExpression instead of string.
+	(AsmElement): Use ConstExpression instead of string.
+	(TrashList): Use ConstExpression instead of string.
+	* gm2-compiler/SymbolTable.def (PutRegInterface):
+	Rewrite interface.
+	(GetRegInterface): Rewrite interface.
+	* gm2-compiler/SymbolTable.mod (SetFirstUsed): New procedure.
+	(PutFirstUsed): New procedure.
+	(PutRegInterface): Rewrite.
+	(GetRegInterface): Rewrite.
+
+2023-07-29  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	Backported from master:
+	2023-06-07  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/110019
+	* gm2-compiler/SymbolKey.mod (SearchAndDo): Reformatted.
+	(ForeachNodeDo): Reformatted.
+	* gm2-compiler/SymbolTable.mod (AddListify): Join list
+	with "," or "and" if more than one word is in the list.
+	* m2.flex: Remove -1 from atoi(yytext) line number.
+
+2023-07-29  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	Backported from master:
+	2023-06-03  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/110003
+	* gm2-compiler/P2SymBuild.mod (GetParameterShadowVar): Import.
+	(CheckFormalParameterSection): Call PutDeclared for the shadow
+	variable associated with the parameter.
+
+2023-07-29  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	Backported from master:
+	2023-05-24  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/109952
+	* Make-maintainer.in: Change header to include emacs file mode.
+	* gm2-compiler/M2GenGCC.mod (BuildHighFromChar): Check whether
+	operand is a constant string and is nul terminated then return one.
+	* gm2-compiler/PCSymBuild.mod (WalkFunction): Add default return
+	TRUE.  Static analysis missing return path fix.
+	* gm2-libs/IO.mod (Init): Rewrite to help static analysis.
+	* target-independent/m2/gm2-libs.texi: Rebuild.
+
+2023-07-29  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	Backported from master:
+	2023-05-19  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/109908
+	* gm2-libs-iso/Strings.mod (Delete): Re-implement.
+
 2023-07-28  Gaius Mulley  <gaiusmod2@gmail.com>
 
 	Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a1c3d88b3e3..9aa047c5c72 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,44 @@
+2023-07-29  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	Backported from master:
+	2023-06-12  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/110189
+	* gm2/pim/fail/foovaltype.mod: New test.
+
+2023-07-29  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	Backported from master:
+	2023-06-08  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/110126
+	* gm2/pim/pass/fooasm3.mod: New test.
+
+2023-07-29  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	Backported from master:
+	2023-06-07  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/110019
+	* gm2/cpp/fail/cpp-fail.exp: New test.
+	* gm2/cpp/fail/foocpp.mod: New test.
+
+2023-07-29  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	Backported from master:
+	2023-05-24  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/109952
+	* gm2/pim/run/pass/hightests.mod: New test.
+
+2023-07-29  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	Backported from master:
+	2023-05-19  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/109908
+	* gm2/isolib/run/pass/testdelete.mod: New test.
+
 2023-07-28  Gaius Mulley  <gaiusmod2@gmail.com>
 
 	Backported from master:

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

only message in thread, other threads:[~2023-07-30  0:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-30  0:20 [gcc r13-7649] 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).