Commit 44949494 by Jonathan Wakely

libstdc++: Disable diagnostic URLs in testsuite

	* testsuite/lib/libstdc++.exp (v3_target_compile): Add
	-fdiagnostics-urls=never to options.
parent 75c299ac
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> 2020-02-27 Patrick Palka <ppalka@redhat.com>
* include/std/ranges (transform_view::_Iterator<_Const>): Befriend * include/std/ranges (transform_view::_Iterator<_Const>): Befriend
......
...@@ -482,7 +482,7 @@ proc v3_target_compile { source dest type options } { ...@@ -482,7 +482,7 @@ proc v3_target_compile { source dest type options } {
global STATIC_LIBCXXFLAGS global STATIC_LIBCXXFLAGS
global tool 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] } { if { [target_info needs_status_wrapper] != "" && [info exists gluefile] } {
lappend options "libs=${gluefile}" lappend options "libs=${gluefile}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment