aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2018-10-02 13:46:32 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2018-10-02 13:46:32 +0100
commit1c0292829543a2b0c85cfb4de6d4be3be84ede58 (patch)
treea3cb655a548c584b695af3d6515b9a1b8698020c /libstdc++-v3
parent15b946f77de531463952e2737d710d4b4f8c866c (diff)
downloadgcc-1c0292829543a2b0c85cfb4de6d4be3be84ede58.zip
gcc-1c0292829543a2b0c85cfb4de6d4be3be84ede58.tar.gz
gcc-1c0292829543a2b0c85cfb4de6d4be3be84ede58.tar.bz2
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
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/testsuite/lib/libstdc++.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index c54a5fa..c513551 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2018-10-02 Joseph Myers <joseph@codesourcery.com>
+
+ * testsuite/lib/libstdc++.exp (libstdc++_init): Use
+ -fno-show-column in default cxxflags.
+
2018-10-01 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* config/os/uclibc/os_defines.h (__NO_STRING_INLINES): Delete.
diff --git a/libstdc++-v3/testsuite/lib/libstdc++.exp b/libstdc++-v3/testsuite/lib/libstdc++.exp
index d8717e4..79d8e01 100644
--- a/libstdc++-v3/testsuite/lib/libstdc++.exp
+++ b/libstdc++-v3/testsuite/lib/libstdc++.exp
@@ -239,7 +239,7 @@ proc libstdc++_init { testfile } {
# Default settings.
set cxx [transform "g++"]
- set cxxflags "-fmessage-length=0"
+ set cxxflags "-fmessage-length=0 -fno-show-column"
set cxxpchflags ""
set cxxvtvflags ""
set cxxldflags ""