diff options
Diffstat (limited to 'gcc/gcc.h')
-rw-r--r-- | gcc/gcc.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -45,8 +45,6 @@ class driver void putenv_COLLECT_GCC (const char *argv0) const; void maybe_putenv_COLLECT_LTO_WRAPPER () const; void maybe_putenv_OFFLOAD_TARGETS () const; - void build_option_suggestions (void); - const char *suggest_option (const char *bad_opt); void handle_unrecognized_options (); int maybe_print_and_exit () const; bool prepare_infiles (); @@ -59,7 +57,7 @@ class driver char *explicit_link_files; struct cl_decoded_option *decoded_options; unsigned int decoded_options_count; - auto_vec <char *> *m_option_suggestions; + option_proposer m_option_proposer; }; /* The mapping of a spec function name to the C function that |