From 8daa719bdca44f50d6bbe8ddda2920779e1e5ae4 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Fri, 25 Dec 2020 00:16:20 +0000 Subject: [PATCH] Daily bump. --- gcc/ChangeLog | 20 ++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 5 +++++ gcc/cp/ChangeLog | 8 ++++++++ 4 files changed, 34 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 66369658c20..66c866b78ff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,23 @@ +2020-12-24 Iain Sandoe + + * configure.ac: Add gxx-libcxx-include-dir handled + in the same way as the regular cxx header directory. + * Makefile.in: Regenerated. + * config.in: Likewise. + * configure: Likewise. + * cppdefault.c: Pick up libc++ headers if the option + is enabled. + * cppdefault.h (struct default_include): Amend comments + to reflect the extended use of the cplusplus field. + * incpath.c (add_standard_paths): Allow for multiple + c++ header include path variants. + * doc/invoke.texi: Document the -stdlib= option. + +2020-12-24 Kito Cheng + + * config/riscv/multilib-generator (arch_canonicalize): Call + decode for the subprocess return value. + 2020-12-23 Martin Sebor PR middle-end/98160 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 0ecfbe28be3..57c4d8eb9ba 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20201224 +20201225 diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 761086fe856..79d2655d841 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,8 @@ +2020-12-24 Iain Sandoe + + * c.opt: Add -stdlib= option and enumerations for + libstdc++ and libc++. + 2020-12-16 Martin Liska * c.opt: Remove usage of Report. diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 95fcc2cc414..593627cb334 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,11 @@ +2020-12-24 Iain Sandoe + + * g++spec.c (LIBCXX, LIBCXX_PROFILE, LIBCXX_STATIC): New. + (LIBCXXABI, LIBCXXABI_PROFILE, LIBCXXABI_STATIC): New. + (enum stdcxxlib_kind): New. + (lang_specific_driver): Allow selection amongst multiple + c++ runtime libraries. + 2020-12-23 Nathan Sidwell PR c++/96045 -- 2.30.2