aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-wrapper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lto-wrapper.cc')
-rw-r--r--gcc/lto-wrapper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-wrapper.cc b/gcc/lto-wrapper.cc
index c07765b..5b6f16b 100644
--- a/gcc/lto-wrapper.cc
+++ b/gcc/lto-wrapper.cc
@@ -1364,7 +1364,7 @@ init_num_threads (void)
void
print_lto_docs_link ()
{
- bool print_url = global_dc->printer->supports_urls_p ();
+ bool print_url = global_dc->m_printer->supports_urls_p ();
const char *url = global_dc->make_option_url (OPT_flto);
pretty_printer pp;