]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 19 Oct 2023 00:21:56 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 19 Oct 2023 00:21:56 +0000 (00:21 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/m2/ChangeLog

index 85b0df1dc3c60914119fce686537f5122e7662cc..576474e789f4e04aeb4af8e821799d61f4875b6d 100644 (file)
@@ -1,3 +1,12 @@
+2023-10-18  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2023-09-07  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR target/111528
+       * lra-eliminations.cc (lra_eliminate_regs_1): Use simplify_gen_binary
+       rather than gen_rtx_PLUS.
+
 2023-10-17  liuhongt  <hongtao.liu@intel.com>
 
        Backported from master:
index 304d626214547d76e447c5dc42b6c43609ff66fc..1e71ea70cb340049daecd4273d12a740676fa2e8 100644 (file)
@@ -1 +1 @@
-20231018
+20231019
index ea2d97cf5bccbbc1425fca518ce4ed1bd393090e..1fa98922af34025a9d94917322da6992ede10952 100644 (file)
@@ -1,3 +1,49 @@
+2023-10-18  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/111756
+       * Make-lang.in (CM2DEP): New define conditionally set if
+       ($(CXXDEPMODE),depmode=gcc3).
+       (m2/gm2-gcc/%.o): Ensure $(@D)/$(DEPDIR) is created.
+       Add $(CM2DEP) to the $(COMPILER) command and use $(POSTCOMPILE).
+       (m2/gm2-gcc/m2configure.o): Ditto.
+       (m2/gm2-lang.o): Ditto.
+       (m2/m2pp.o): Ditto.
+       (m2/gm2-gcc/rtegraph.o): Ditto.
+       (m2/mc-boot/$(SRC_PREFIX)%.o): Ditto.
+       (m2/mc-boot-ch/$(SRC_PREFIX)%.o): Ditto.
+       (m2/mc-boot-ch/$(SRC_PREFIX)%.o): Ditto.
+       (m2/mc-boot/main.o): Ditto.
+       (mcflex.o): Ditto.
+       (m2/gm2-libs-boot/M2RTS.o): Ditto.
+       (m2/gm2-libs-boot/%.o): Ditto.
+       (m2/gm2-libs-boot/%.o): Ditto.
+       (m2/gm2-libs-boot/RTcodummy.o): Ditto.
+       (m2/gm2-libs-boot/RTintdummy.o): Ditto.
+       (m2/gm2-libs-boot/wrapc.o): Ditto.
+       (m2/gm2-libs-boot/UnixArgs.o): Ditto.
+       (m2/gm2-libs-boot/choosetemp.o): Ditto.
+       (m2/gm2-libs-boot/errno.o): Ditto.
+       (m2/gm2-libs-boot/dtoa.o): Ditto.
+       (m2/gm2-libs-boot/ldtoa.o): Ditto.
+       (m2/gm2-libs-boot/termios.o): Ditto.
+       (m2/gm2-libs-boot/SysExceptions.o): Ditto.
+       (m2/gm2-libs-boot/SysStorage.o): Ditto.
+       (m2/gm2-compiler-boot/M2GCCDeclare.o): Ditto.
+       (m2/gm2-compiler-boot/M2Error.o): Ditto.
+       (m2/gm2-compiler-boot/%.o): Ditto.
+       (m2/gm2-compiler-boot/%.o): Ditto.
+       (m2/gm2-compiler-boot/m2flex.o): Ditto.
+       (m2/gm2-compiler/m2flex.o): Ditto.
+       (m2/gm2-libs/choosetemp.o): Ditto.
+       (m2/boot-bin/mklink$(exeext)): Ditto.
+       (m2/pge-boot/%.o): Ditto.
+       (m2/pge-boot/%.o): Ditto.
+       * README: Remove out of date info.
+       * gm2-compiler/M2Quads.mod (BuildStringAdrParam): Correct
+       procedure end name.
+       * gm2-compiler/SymbolTable.mod (GetVarPointerCheck): Add
+       default FALSE return value.
+
 2023-09-26  Gaius Mulley  <gaiusmod2@gmail.com>
 
        Backported from master: