public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Meissner <meissner@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc(refs/users/meissner/heads/work029)] Update ChangeLog.meissner.
Date: Tue,  1 Dec 2020 17:44:00 +0000 (GMT)	[thread overview]
Message-ID: <20201201174400.D2607394D8BA@sourceware.org> (raw)

https://gcc.gnu.org/g:51be83cabacdf3d0da68070ff9dd8a108612a3c4

commit 51be83cabacdf3d0da68070ff9dd8a108612a3c4
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Tue Dec 1 12:43:29 2020 -0500

    Update ChangeLog.meissner.
    
    libstdc++-v3/
    2020-12-01  Michael Meissner  <meissner@linux.ibm.com>
    
            * ChangeLog.meissner: Update.

Diff:
---
 libstdc++-v3/ChangeLog.meissner | 92 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 92 insertions(+)

diff --git a/libstdc++-v3/ChangeLog.meissner b/libstdc++-v3/ChangeLog.meissner
index 7ee05cab216..70bb1b24d9e 100644
--- a/libstdc++-v3/ChangeLog.meissner
+++ b/libstdc++-v3/ChangeLog.meissner
@@ -1,3 +1,95 @@
+work029.patch012
+2020-12-01  Jonathan Wakely  <jwakely@redhat.com>
+
+	* Makefile.in: Regenerate.
+	* config.h.in: Regenerate.
+	* config/abi/pre/gnu.ver: Make patterns less greedy.
+	* config/os/gnu-linux/ldbl-ieee128-extra.ver: New file with patterns
+	for IEEE128 long double symbols.
+	* configure: Regenerate.
+	* configure.ac: Enable alternative 128-bit long double format on
+	powerpc64*-*-linux*.
+	* doc/Makefile.in: Regenerate.
+	* fragment.am: Regenerate.
+	* include/Makefile.am: Set _GLIBCXX_LONG_DOUBLE_ALT128_COMPAT.
+	* include/Makefile.in: Regenerate.
+	* include/bits/c++config: Define inline namespace for new long
+	double symbols. Don't define _GLIBCXX_USE_FLOAT128 when it's the
+	same type as long double.
+	* include/bits/locale_classes.h [_GLIBCXX_LONG_DOUBLE_ALT128_COMPAT]
+	(locale::_Impl::_M_init_extra_ldbl128): Declare new member function.
+	* include/bits/locale_facets.h (_GLIBCXX_NUM_FACETS): Simplify by
+	only counting narrow character facets.
+	(_GLIBCXX_NUM_CXX11_FACETS): Likewise.
+	(_GLIBCXX_NUM_LBDL_ALT128_FACETS): New.
+	[_GLIBCXX_LONG_DOUBLE_ALT128_COMPAT] (num_get::__do_get): Define
+	vtable placeholder for __ibm128 long double type.
+	[_GLIBCXX_LONG_DOUBLE_ALT128_COMPAT && __LONG_DOUBLE_IEEE128__]
+	(num_get::__do_get): Declare vtable placeholder for __ibm128 long
+	double type.
+	[_GLIBCXX_LONG_DOUBLE_ALT128_COMPAT && __LONG_DOUBLE_IEEE128__]
+	(num_put::__do_put): Likewise.
+	* include/bits/locale_facets.tcc
+	[_GLIBCXX_LONG_DOUBLE_ALT128_COMPAT && __LONG_DOUBLE_IEEE128__]
+	(num_get::__do_get, num_put::__do_put): Define.
+	* include/bits/locale_facets_nonio.h
+	[_GLIBCXX_LONG_DOUBLE_ALT128_COMPAT && __LONG_DOUBLE_IEEE128__]
+	(money_get::__do_get): Declare vtable placeholder for __ibm128 long
+	double type.
+	[_GLIBCXX_LONG_DOUBLE_ALT128_COMPAT && __LONG_DOUBLE_IEEE128__]
+	(money_put::__do_put): Likewise.
+	* include/bits/locale_facets_nonio.tcc
+	[_GLIBCXX_LONG_DOUBLE_ALT128_COMPAT && __LONG_DOUBLE_IEEE128__]
+	(money_get::__do_get, money_put::__do_put): Define.
+	* include/ext/numeric_traits.h [_GLIBCXX_LONG_DOUBLE_ALT128_COMPAT]
+	(__numeric_traits<__ibm128>, __numeric_traits<__ieee128>): Define.
+	* libsupc++/Makefile.in: Regenerate.
+	* po/Makefile.in: Regenerate.
+	* python/Makefile.in: Regenerate.
+	* src/Makefile.am: Add compatibility-ldbl-alt128.cc and
+	compatibility-ldbl-alt128-cxx11.cc sources and recipes for objects.
+	* src/Makefile.in: Regenerate.
+	* src/c++11/Makefile.in: Regenerate.
+	* src/c++11/compatibility-ldbl-alt128-cxx11.cc: New file defining
+	symbols using the old 128-bit long double format, for the cxx11 ABI.
+	* src/c++11/compatibility-ldbl-alt128.cc: Likewise, for the
+	gcc4-compatible ABI.
+	* src/c++11/compatibility-ldbl-facets-aliases.h: New header for long
+	double compat aliases.
+	* src/c++11/cow-locale_init.cc: Add comment.
+	* src/c++11/cxx11-locale-inst.cc: Define C and C_is_char
+	unconditionally.
+	* src/c++11/cxx11-wlocale-inst.cc: Add sanity check. Include
+	locale-inst.cc directly, not via cxx11-locale-inst.cc.
+	* src/c++11/locale-inst-monetary.h: New header for monetary
+	category instantiations.
+	* src/c++11/locale-inst-numeric.h: New header for numeric category
+	instantiations.
+	* src/c++11/locale-inst.cc: Include new headers for monetary,
+	numeric, and long double definitions.
+	* src/c++11/wlocale-inst.cc: Remove long double compat aliases that
+	are defined in new header now.
+	* src/c++17/Makefile.am: Use -mabi=ibmlongdouble for
+	floating_from_chars.cc.
+	* src/c++17/Makefile.in: Regenerate.
+	* src/c++17/floating_from_chars.cc (from_chars_impl): Add
+	if-constexpr branch for __ieee128.
+	(from_chars): Overload for __ieee128.
+	* src/c++20/Makefile.in: Regenerate.
+	* src/c++98/Makefile.in: Regenerate.
+	* src/c++98/locale_init.cc (num_facets): Adjust calculation.
+	(locale::_Impl::_Impl(size_t)): Call _M_init_extra_ldbl128.
+	* src/c++98/localename.cc (num_facets): Adjust calculation.
+	(locale::_Impl::_Impl(const char*, size_t)): Call
+	_M_init_extra_ldbl128.
+	* src/filesystem/Makefile.in: Regenerate.
+	* testsuite/Makefile.in: Regenerate.
+	* testsuite/util/testsuite_abi.cc: Add new symbol versions.
+	Allow new symbols to be added to GLIBCXX_IEEE128_3.4.29 and
+	CXXABI_IEEE128_1.3.13 too.
+	* testsuite/26_numerics/complex/abi_tag.cc: Add u9__ieee128 to
+	regex matching expected symbols.
+
 2020-11-30   Michael Meissner  <meissner@linux.ibm.com>
 
 	Clone branch


             reply	other threads:[~2020-12-01 17:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-01 17:44 Michael Meissner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-12-10 20:02 Michael Meissner
2020-12-01 22:58 Michael Meissner
2020-11-30 19:06 Michael Meissner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201201174400.D2607394D8BA@sourceware.org \
    --to=meissner@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    --cc=libstdc++-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).