libstdc++: Disable diagnostic URLs in testsuite
authorJonathan Wakely <jwakely@redhat.com>
Thu, 27 Feb 2020 17:45:06 +0000 (17:45 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 27 Feb 2020 20:26:20 +0000 (20:26 +0000)
* testsuite/lib/libstdc++.exp (v3_target_compile): Add
-fdiagnostics-urls=never to options.

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/lib/libstdc++.exp

index dd28617d8d9d3faa86cca1abb4877dfa62156444..26e288d4f4351b959c9e043b479a938e68f41225 100644 (file)
@@ -1,3 +1,8 @@
+2020-02-27  Jonathan Wakely  <jwakely@redhat.com>
+
+       * testsuite/lib/libstdc++.exp (v3_target_compile): Add
+       -fdiagnostics-urls=never to options.
+
 2020-02-27  Patrick Palka  <ppalka@redhat.com>
 
        * include/std/ranges (transform_view::_Iterator<_Const>): Befriend
index 94f3fdb2bc8f6137983319a902aa2854bd993a00..10a7e74846456c4614b72514af7ae2f538d8cc5f 100644 (file)
@@ -482,7 +482,7 @@ proc v3_target_compile { source dest type options } {
     global STATIC_LIBCXXFLAGS
     global tool
 
-    lappend options "additional_flags=-fno-diagnostics-show-caret -fdiagnostics-color=never"
+    lappend options "additional_flags=-fno-diagnostics-show-caret -fdiagnostics-color=never -fdiagnostics-urls=never"
 
     if { [target_info needs_status_wrapper] != "" && [info exists gluefile] } {
        lappend options "libs=${gluefile}"