Use -fno-show-column in libstdc++ installed testing.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 2 Oct 2018 12:46:32 +0000 (13:46 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 2 Oct 2018 12:46:32 +0000 (13:46 +0100)
commit1c0292829543a2b0c85cfb4de6d4be3be84ede58
treea3cb655a548c584b695af3d6515b9a1b8698020c
parent15b946f77de531463952e2737d710d4b4f8c866c
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.

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

From-SVN: r264784
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/lib/libstdc++.exp