aboutsummaryrefslogtreecommitdiff
path: root/gcc/m2
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-04-06 00:16:43 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-04-06 00:16:43 +0000
commit5229788da723442d51155693ab98f831e94d1d58 (patch)
tree8a3964c921f8b35c7a26812aa53d361dc6d03a6d /gcc/m2
parent1bd13193fab77a19da323974aec876f0fc1817ee (diff)
downloadgcc-5229788da723442d51155693ab98f831e94d1d58.zip
gcc-5229788da723442d51155693ab98f831e94d1d58.tar.gz
gcc-5229788da723442d51155693ab98f831e94d1d58.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/m2')
-rw-r--r--gcc/m2/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index 607748c..5005581 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,35 @@
+2023-04-05 Gaius Mulley <gaiusmod2@gmail.com>
+
+ PR modula2/109423
+ * gm2-compiler/M2Base.def (Unbounded): Remove.
+ * gm2-compiler/M2Error.def (ErrorAbort0): Add noreturn
+ attribute.
+ * gm2-compiler/M2Quads.mod (BuildInclProcedure): Correct
+ error format string.
+ (BuildExceptProcedure): Correct error format string.
+ (BuildAdrFunction): Call PutWriteQuad when taking the
+ address of a variable.
+ * gm2-libs-ch/SysExceptions.c (_M2_SysExceptions_init): Add
+ parameters.
+ * gm2-libs-ch/wrapc.c (_M2_wrapc_init): Add parameters.
+ * gm2-libs/DynamicStrings.mod (DumpStringInfo): Remove t.
+ (PopAllocationExemption): Remove f.
+ * gm2-libs/FIO.mod (BufferedWrite): Remove result.
+ * gm2-libs/FormatStrings.mod (Copy): Remove endpos and
+ afterperc.
+ (HandlePercent): Remove result.
+ * gm2-libs/Indexing.mod (RemoveIndiceFromIndex): Remove k.
+ * gm2-libs/M2Dependent.mod (CreateModule): Remove p0
+ and p1.
+ (DumpModuleData): Remove mptr.
+ (ConstructModules): Remove nulp.
+ * gm2-libs/RTExceptions.mod (PopHandler): Remove i.
+ * gm2-libs/RTint.mod (Listen): Remove b4s, b4m, afs
+ and afm.
+ * gm2-libs/SFIO.mod (ReadS): Remove c.
+ * gm2-libs/StringConvert.mod (doDecimalPlaces): Remove
+ whole and fraction.
+
2023-04-03 Gaius Mulley <gaiusmod2@gmail.com>
PR modula2/109388