diff options
author | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2025-09-02 15:58:26 -0700 |
---|---|---|
committer | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2025-09-02 15:58:26 -0700 |
commit | 071b4126c613881f4cb25b4e5c39032964827f88 (patch) | |
tree | 7ed805786566918630d1d617b1ed8f7310f5fd8e /gcc/opts-common.cc | |
parent | 845d23f3ea08ba873197c275a8857eee7edad996 (diff) | |
parent | caa1c2f42691d68af4d894a5c3e700ecd2dba080 (diff) | |
download | gcc-devel/gfortran-test.zip gcc-devel/gfortran-test.tar.gz gcc-devel/gfortran-test.tar.bz2 |
Merge branch 'master' into gfortran-testdevel/gfortran-test
Diffstat (limited to 'gcc/opts-common.cc')
-rw-r--r-- | gcc/opts-common.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/opts-common.cc b/gcc/opts-common.cc index 91cad49..379402e 100644 --- a/gcc/opts-common.cc +++ b/gcc/opts-common.cc @@ -1096,7 +1096,8 @@ decode_cmdline_options_to_array (unsigned int argc, const char **argv, "-fdiagnostics-urls=never", "-fdiagnostics-path-format=separate-events", "-fdiagnostics-text-art-charset=none", - "-fno-diagnostics-show-event-links" + "-fno-diagnostics-show-event-links", + "-fno-diagnostics-show-nesting" /* We don't put "-fno-diagnostics-show-highlight-colors" here as -fdiagnostics-color=never makes it redundant. */ }; @@ -1876,7 +1877,7 @@ option_enabled (int opt_idx, unsigned lang_mask, void *opts) } int -compiler_diagnostic_option_manager:: +compiler_diagnostic_option_id_manager:: option_enabled_p (diagnostics::option_id opt_id) const { return option_enabled (opt_id.m_idx, m_lang_mask, m_opts); |