]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 14 Dec 2022 00:22:41 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 14 Dec 2022 00:22:41 +0000 (00:22 +0000)
gcc/ChangeLog
gcc/DATESTAMP
libphobos/ChangeLog

index 534f66493e62c545a624bfef9181732e5f4192ec..a9f59dba9671ecfc12f679deb107d715e7a2f037 100644 (file)
@@ -1,3 +1,11 @@
+2022-12-13  Alex Coplan  <alex.coplan@arm.com>
+
+       Backported from master:
+       2022-12-01  Alex Coplan  <alex.coplan@arm.com>
+
+       * varasm.cc (assemble_variable): Fix type confusion bug when
+       checking for ".vtable_map_vars" section.
+
 2022-12-12  Richard Biener  <rguenther@suse.de>
 
        Backported from master:
index 349ad3e1070d748bed879dfbf788f34a14118170..fb5d5da64c6041f451d36bf192bb628a05f0741f 100644 (file)
@@ -1 +1 @@
-20221213
+20221214
index 09991973dbab9154aa884980b0a54030b5b28cf6..7327053c48b089b880ac0ff9b5f306bd1ff29b05 100644 (file)
@@ -1,3 +1,17 @@
+2022-12-13  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * libdruntime/core/stdc/fenv.d: Compile in MIPS uClibc bindings on
+       MIPS_Any targets.
+       * libdruntime/core/stdc/math.d: Likewise.
+       * libdruntime/core/sys/posix/dlfcn.d: Likewise.
+       * libdruntime/core/sys/posix/setjmp.d: Add MIPS64 definitions for
+       CRuntime_UClibc.
+       * libdruntime/core/sys/posix/sys/types.d: Likewise.
+       * src/std/path.d (expandTilde): Handle more errno codes that could be
+       left set by getpwnam_r.
+       * src/std/random.d: Use D_LP64 in unittests.
+       * src/std/stdio.d: Set CRuntime_UClibc as GENERIC_IO target.
+
 2022-08-19  Release Manager
 
        * GCC 12.2.0 released.