aboutsummaryrefslogtreecommitdiff
path: root/gcc/m2/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-04-22 00:16:54 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-04-22 00:16:54 +0000
commit6d7f9ebfb827d238543ce81a096ee0ad369715ef (patch)
tree5221b48f47ab00a978cc7a036b6f095b2e12ee06 /gcc/m2/ChangeLog
parentf828503eeb79ad1f1ada6db7deccc5abcc2f3ca3 (diff)
downloadgcc-6d7f9ebfb827d238543ce81a096ee0ad369715ef.zip
gcc-6d7f9ebfb827d238543ce81a096ee0ad369715ef.tar.gz
gcc-6d7f9ebfb827d238543ce81a096ee0ad369715ef.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/m2/ChangeLog')
-rw-r--r--gcc/m2/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index 795d378..6a5d3a2 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,14 @@
+2023-04-21 Arsen Arsenović <arsen@aarsen.me>
+
+ * Make-lang.in: Remove references to $(P).
+ * Make-maintainer.in: Ditto.
+
+2023-04-21 Gaius Mulley <gaiusmod2@gmail.com>
+
+ PR modula2/109586
+ * gm2-gcc/m2tree.cc (m2tree_IsAConstant): Add (TREE_CODE
+ (t) == CONSTRUCTOR) to expression.
+
2023-04-13 Gaius Mulley <gaiusmod2@gmail.com>
PR modula2/109488