r264952 - in /branches/gcc-8-branch/libstdc++-v...

jsm28@gcc.gnu.org jsm28@gcc.gnu.org
Tue Oct 9 11:36:00 GMT 2018


Author: jsm28
Date: Tue Oct  9 11:35:48 2018
New Revision: 264952

URL: https://gcc.gnu.org/viewcvs?rev=264952&root=gcc&view=rev
Log:
Use -fno-show-column in libstdc++ installed testing.

<https://gcc.gnu.org/ml/libstdc++/2016-08/msg00006.html> arranged for
libstdc++ tests to use -fno-show-column by default, but only for
build-tree testing.  This patch adds it to the options used for
installed testing as well.

Tested with installed testing for a cross to x86_64-linux-gnu, where
it fixes various test failures.

	Backport from mainline
	2018-10-02  Joseph Myers  <joseph@codesourcery.com>

	* testsuite/lib/libstdc++.exp (libstdc++_init): Use
	-fno-show-column in default cxxflags.

Modified:
    branches/gcc-8-branch/libstdc++-v3/ChangeLog
    branches/gcc-8-branch/libstdc++-v3/testsuite/lib/libstdc++.exp



More information about the Libstdc++-cvs mailing list