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)
<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

index c54a5fa4a17e0de62f46c6b224f1c7d8fd175da2..c51355182b05a6106b67025e4b0f9c029b330326 100644 (file)
@@ -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.
index d8717e402df9ad0b7fe775f633fa6f438d5b31b0..79d8e0130dcefdd8ccb67ad45f81ff12a3703600 100644 (file)
@@ -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 ""