From: GCC Administrator Date: Wed, 14 Dec 2022 00:22:41 +0000 (+0000) Subject: Daily bump. X-Git-Tag: release-12.2.mpacbti-rel1~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6340b1c2361979d120ba6fa3663a17a8cbb756a8;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 534f66493e62..a9f59dba9671 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2022-12-13 Alex Coplan + + Backported from master: + 2022-12-01 Alex Coplan + + * varasm.cc (assemble_variable): Fix type confusion bug when + checking for ".vtable_map_vars" section. + 2022-12-12 Richard Biener Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 349ad3e1070d..fb5d5da64c60 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20221213 +20221214 diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index 09991973dbab..7327053c48b0 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,3 +1,17 @@ +2022-12-13 Iain Buclaw + + * 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.