diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-06-04 00:16:43 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-06-04 00:16:43 +0000 |
commit | 321cee7e29d1b9fc0b5e0b28f2bb8faa9eb6d3e4 (patch) | |
tree | 65a70087f2bb762c8fee7b21ead84f9cf2a790dc /gcc/m2/ChangeLog | |
parent | 5681872057f0b725ec8a7c8a1eec8fee205ad673 (diff) | |
download | gcc-321cee7e29d1b9fc0b5e0b28f2bb8faa9eb6d3e4.zip gcc-321cee7e29d1b9fc0b5e0b28f2bb8faa9eb6d3e4.tar.gz gcc-321cee7e29d1b9fc0b5e0b28f2bb8faa9eb6d3e4.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/m2/ChangeLog')
-rw-r--r-- | gcc/m2/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog index c5bd59d..72ae734 100644 --- a/gcc/m2/ChangeLog +++ b/gcc/m2/ChangeLog @@ -1,3 +1,10 @@ +2023-06-03 Gaius Mulley <gaiusmod2@gmail.com> + + PR modula2/110003 + * gm2-compiler/P2SymBuild.mod (GetParameterShadowVar): Import. + (CheckFormalParameterSection): Call PutDeclared for the shadow + variable associated with the parameter. + 2023-05-24 Gaius Mulley <gaiusmod2@gmail.com> PR modula2/109952 |