gcc/libstdc++-v3/testsuite/27_io
Jonathan Wakely cf4b581f2e Fix build for systems without POSIX truncate
Older versions of newlib do not provide truncate so add a configure
check for it, and provide a fallback definition.

There were also some missing exports in the linker script, which went
unnoticed because there are no tests for some functions. A new link-only
test checks that every filesystem operation function is defined by the
library.

	* acinclude.m4 (GLIBCXX_CHECK_FILESYSTEM_DEPS): Check for truncate.
	* config.h.in: Regenerate.
	* config/abi/pre/gnu.ver: Order patterns for filesystem operations
	alphabetically and add missing entries for copy_symlink,
	hard_link_count, rename, and resize_file.
	* configure: Regenerate.
	* src/c++17/fs_ops.cc (resize_file): Remove #if so posix::truncate is
	used unconditionally.
	* src/filesystem/ops-common.h (__gnu_posix::truncate)
	[!_GLIBCXX_HAVE_TRUNCATE]: Provide fallback definition that only
	supports truncating to zero length.
	* testsuite/27_io/filesystem/operations/all.cc: New test.
	* testsuite/27_io/filesystem/operations/resize_file.cc: New test.

From-SVN: r267647
2019-01-07 12:38:51 +00:00
..
basic_filebuf Update copyright years. 2019-01-01 13:31:55 +01:00
basic_fstream Update copyright years. 2019-01-01 13:31:55 +01:00
basic_ifstream Update copyright years. 2019-01-01 13:31:55 +01:00
basic_ios Update copyright years. 2019-01-01 13:31:55 +01:00
basic_iostream Update copyright years. 2019-01-01 13:31:55 +01:00
basic_istream Update copyright years. 2019-01-01 13:31:55 +01:00
basic_istringstream Update copyright years. 2019-01-01 13:31:55 +01:00
basic_ofstream Update copyright years. 2019-01-01 13:31:55 +01:00
basic_ostream Update copyright years. 2019-01-01 13:31:55 +01:00
basic_ostringstream Update copyright years. 2019-01-01 13:31:55 +01:00
basic_streambuf Update copyright years. 2019-01-01 13:31:55 +01:00
basic_stringbuf Update copyright years. 2019-01-01 13:31:55 +01:00
basic_stringstream Update copyright years. 2019-01-01 13:31:55 +01:00
filesystem Fix build for systems without POSIX truncate 2019-01-07 12:38:51 +00:00
fpos Update copyright years. 2019-01-01 13:31:55 +01:00
headers Update copyright years. 2019-01-01 13:31:55 +01:00
ios_base Update copyright years. 2019-01-01 13:31:55 +01:00
manipulators Update copyright years. 2019-01-01 13:31:55 +01:00
objects Update copyright years. 2019-01-01 13:31:55 +01:00
types Update copyright years. 2019-01-01 13:31:55 +01:00
rvalue_streams-2.cc Update copyright years. 2019-01-01 13:31:55 +01:00
rvalue_streams.cc Update copyright years. 2019-01-01 13:31:55 +01:00