diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-06-14 00:17:28 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-06-14 00:17:28 +0000 |
commit | 532fb1203554983b0395dc012fc24600cd48d370 (patch) | |
tree | f0770710654202eaf936de57ccf7886a8b660b6d /gcc/m2/ChangeLog | |
parent | c980eeb88f897e0c3cc2ed40577b22d8032480a9 (diff) | |
download | gcc-532fb1203554983b0395dc012fc24600cd48d370.zip gcc-532fb1203554983b0395dc012fc24600cd48d370.tar.gz gcc-532fb1203554983b0395dc012fc24600cd48d370.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/m2/ChangeLog')
-rw-r--r-- | gcc/m2/ChangeLog | 18 |
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 |