aboutsummaryrefslogtreecommitdiff
path: root/gcc/m2
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-05-01 00:16:44 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-05-01 00:16:44 +0000
commit4d68c7f7b5aea5e95f44c3af13a24aa3daae9cf5 (patch)
tree8d2430fc5ecae8a58e5fca0adb57bc095cb13047 /gcc/m2
parent33b6b7919763d939a153fe6f4aa3250c107605ee (diff)
downloadgcc-4d68c7f7b5aea5e95f44c3af13a24aa3daae9cf5.zip
gcc-4d68c7f7b5aea5e95f44c3af13a24aa3daae9cf5.tar.gz
gcc-4d68c7f7b5aea5e95f44c3af13a24aa3daae9cf5.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/m2')
-rw-r--r--gcc/m2/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index 6c8a0be..f9af344 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,19 @@
+2023-04-30 Gaius Mulley <gaiusmod2@gmail.com>
+
+ * gm2-compiler/SymbolTable.mod (ConstLitPoolEntry): New
+ pointer to record.
+ (ConstLitSym): New field RangeError.
+ (ConstLitPoolTree): New SymbolTree representing name to
+ index.
+ (ConstLitArray): New dynamic array containing pointers
+ to a ConstLitPoolEntry.
+ (CreateConstLit): New procedure function.
+ (LookupConstLitPoolEntry): New procedure function.
+ (AddConstLitPoolEntry): New procedure function.
+ (MakeConstLit): Re-implemented to check the constant lit
+ pool before calling CreateConstLit.
+ * m2.flex: Add ability to decode binary constant literals.
+
2023-04-26 Gaius Mulley <gaiusmod2@gmail.com>
PR modula2/108121