aboutsummaryrefslogtreecommitdiff
path: root/gcc/m2
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-06-14 00:17:28 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-06-14 00:17:28 +0000
commit532fb1203554983b0395dc012fc24600cd48d370 (patch)
treef0770710654202eaf936de57ccf7886a8b660b6d /gcc/m2
parentc980eeb88f897e0c3cc2ed40577b22d8032480a9 (diff)
downloadgcc-532fb1203554983b0395dc012fc24600cd48d370.zip
gcc-532fb1203554983b0395dc012fc24600cd48d370.tar.gz
gcc-532fb1203554983b0395dc012fc24600cd48d370.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/m2')
-rw-r--r--gcc/m2/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index 8d16e1e..85ab4e6 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,21 @@
+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-06-12 Gaius Mulley <gaiusmod2@gmail.com>
PR modula2/110189