diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-03-19 00:18:16 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-03-19 00:18:16 +0000 |
commit | 23409731ca4464471d4ef456d6aee50084d00c85 (patch) | |
tree | e8fafc04a91985f776efa60657063c2d646ed21e /gcc/m2/ChangeLog | |
parent | 9ee19f9b99ad1f877eb3e93382a437d951f737c8 (diff) | |
download | gcc-23409731ca4464471d4ef456d6aee50084d00c85.zip gcc-23409731ca4464471d4ef456d6aee50084d00c85.tar.gz gcc-23409731ca4464471d4ef456d6aee50084d00c85.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/m2/ChangeLog')
-rw-r--r-- | gcc/m2/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog index bd5a564..6c66754 100644 --- a/gcc/m2/ChangeLog +++ b/gcc/m2/ChangeLog @@ -1,3 +1,9 @@ +2024-03-18 Gaius Mulley <gaiusmod2@gmail.com> + + PR modula2/114380 + * gm2-compiler/SymbolTable.mod (GetLowestType): Do not + skip over a set type, but return sym. + 2024-03-17 Gaius Mulley <gaiusmod2@gmail.com> PR modula2/114296 |