Use -fno-show-column in libstdc++ installed testing.
commit059367c28c2d9169a4eb950884d2040cd760d57a
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Oct 2018 12:46:32 +0000 (2 12:46 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Oct 2018 12:46:32 +0000 (2 12:46 +0000)
treea3cb655a548c584b695af3d6515b9a1b8698020c
parent6bd9c88f8cc29f7eb15f2fff4fb4e5fbecfe7ae4
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264784 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/lib/libstdc++.exp