public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] libstdc++: Disable diagnostic URLs in testsuite
@ 2020-02-27 21:25 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2020-02-27 21:25 UTC (permalink / raw)
  To: libstdc++, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 143 bytes --]

	* testsuite/lib/libstdc++.exp (v3_target_compile): Add
	-fdiagnostics-urls=never to options.

Tested x86_64-linux, committed to master.


[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 1015 bytes --]

commit 449494943e65e4c9cf668a566b0da13e44d79f3b
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Feb 27 17:45:06 2020 +0000

    libstdc++: Disable diagnostic URLs in testsuite
    
            * testsuite/lib/libstdc++.exp (v3_target_compile): Add
            -fdiagnostics-urls=never to options.

diff --git a/libstdc++-v3/testsuite/lib/libstdc++.exp b/libstdc++-v3/testsuite/lib/libstdc++.exp
index 94f3fdb2bc8..10a7e748464 100644
--- a/libstdc++-v3/testsuite/lib/libstdc++.exp
+++ b/libstdc++-v3/testsuite/lib/libstdc++.exp
@@ -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}"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-27 21:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-27 21:25 [committed] libstdc++: Disable diagnostic URLs in testsuite Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).