gcc/libstdc++-v3
Jonathan Wakely 573c2ffd3c libstdc++: Value-initialize objects held by EBO helpers [PR 100863]
The allocator, hash function and equality function should all be
value-initialized by the default constructor of an unordered container.
Do it in the EBO helper, so we don't have to get it right in multiple
places.

Signed-off-by: Jonathan Wakely <jwakely@redhat.com>

libstdc++-v3/ChangeLog:

	PR libstdc++/100863
	PR libstdc++/65816
	* include/bits/hashtable_policy.h (_Hashtable_ebo_helper):
	Value-initialize subobject.
	* testsuite/23_containers/unordered_map/allocator/default_init.cc:
	Remove XFAIL.
	* testsuite/23_containers/unordered_set/allocator/default_init.cc:
	Remove XFAIL.

(cherry picked from commit f8f0193b5b)
2021-10-12 20:40:37 +01:00
..
config libstdc++: Update ppc64le baseline_symbols.txt 2021-04-20 12:50:41 +02:00
doc libstdc++: Allow lualatex to be used for Doxygen PDF 2021-10-12 20:40:37 +01:00
include libstdc++: Value-initialize objects held by EBO helpers [PR 100863] 2021-10-12 20:40:37 +01:00
libsupc++ libstdc++: Implement LWG 3465 for std::compare_partial_order_fallback [PR101056] 2021-08-11 15:30:38 +01:00
po
python libstdc++: Install GDB pretty printers for debug library 2021-10-12 11:45:45 +01:00
scripts libstdc++: Allow lualatex to be used for Doxygen PDF 2021-10-12 20:40:37 +01:00
src libstdc++: std::system_category should know meaning of zero [PR102425] 2021-10-12 11:45:44 +01:00
testsuite libstdc++: Value-initialize objects held by EBO helpers [PR 100863] 2021-10-12 20:40:37 +01:00
acinclude.m4 Fix AIX libstdc++ semaphore support [PR100164] 2021-04-21 11:15:18 +02:00
aclocal.m4
ChangeLog Daily bump. 2021-08-25 00:18:39 +00:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog-2015
ChangeLog-2016
ChangeLog-2017
ChangeLog-2018
ChangeLog-2019
ChangeLog-2020 libstdc++: Fix typo in ChangeLog-2020 2021-01-13 11:02:13 +00:00
config.h.in Fix AIX libstdc++ semaphore support [PR100164] 2021-04-21 11:15:18 +02:00
configure Fix AIX libstdc++ semaphore support [PR100164] 2021-04-21 11:15:18 +02:00
configure.ac
configure.host
crossconfig.m4
fragment.am
linkage.m4
Makefile.am
Makefile.in
README

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.