aboutsummaryrefslogtreecommitdiff
path: root/gcc/m2
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-12-06 00:17:50 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-12-06 00:17:50 +0000
commit3dd09cd9e15f996b0f0768554d20ef1aa8b26f58 (patch)
tree565d5b3a213987d0852d513830e7ce8b6ddc122e /gcc/m2
parentf0a90c7d7333fc7f554b906245c84bdf04d716d7 (diff)
downloadgcc-3dd09cd9e15f996b0f0768554d20ef1aa8b26f58.zip
gcc-3dd09cd9e15f996b0f0768554d20ef1aa8b26f58.tar.gz
gcc-3dd09cd9e15f996b0f0768554d20ef1aa8b26f58.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/m2')
-rw-r--r--gcc/m2/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index 26f7614..a1b3392 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,18 @@
+2023-12-05 Gaius Mulley <gaiusmod2@gmail.com>
+
+ PR modula2/112865
+ * gm2-compiler/M2Quads.mod (BuildReFunction): Use
+ GetDType to retrieve the type of the operand when
+ converting the complex type to its scalar equivalent.
+ (BuildImFunction): Use GetDType to retrieve the type of the
+ operand when converting the complex type to its scalar
+ equivalent.
+
+2023-12-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * mc/mc.flex [__GNUC__]: Define alloca as __builtin_alloca.
+ (handleDate): Use strchr instead of index.
+
2023-12-04 Gaius Mulley <gaiusmod2@gmail.com>
PR modula2/112825