Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 25 Dec 2020 00:16:20 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 25 Dec 2020 00:16:20 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/cp/ChangeLog

index 6636965..66c866b 100644 (file)
@@ -1,3 +1,23 @@
+2020-12-24  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * 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  <kito.cheng@sifive.com>
+
+       * config/riscv/multilib-generator (arch_canonicalize): Call
+       decode for the subprocess return value.
+
 2020-12-23  Martin Sebor  <msebor@redhat.com>
 
        PR middle-end/98160
index 0ecfbe2..57c4d8e 100644 (file)
@@ -1 +1 @@
-20201224
+20201225
index 761086f..79d2655 100644 (file)
@@ -1,3 +1,8 @@
+2020-12-24  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * c.opt: Add -stdlib= option and enumerations for
+       libstdc++ and libc++.
+
 2020-12-16  Martin Liska  <mliska@suse.cz>
 
        * c.opt: Remove usage of Report.
index 95fcc2c..593627c 100644 (file)
@@ -1,3 +1,11 @@
+2020-12-24  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * 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  <nathan@acm.org>
 
        PR c++/96045