]> git.ipfire.org Git - thirdparty/gcc.git/commit
Use -fno-show-column in libstdc++ installed testing.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 9 Oct 2018 11:40:45 +0000 (12:40 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 9 Oct 2018 11:40:45 +0000 (12:40 +0100)
commit475ac184f4760cacab39ae64fdaeaf883b740b32
tree3ccfe7e59bccacc2b37145c8ff6399b800ed8a10
parente0bafadc1da6b6a9facf5d5a4e30d8f7ac198b96
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.

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