aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-diagnostic.h
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2025-07-29 10:56:10 -0700
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2025-07-29 10:56:10 -0700
commitdb57737117c3765e379750c977a7d404f2e2d50e (patch)
tree8ac49c9638d27138c1cc5793c0b71d64700d03a1 /gcc/tree-diagnostic.h
parent75164bb769816261706d317e08a5fee6d8ba49b6 (diff)
parent0f61284eae6365e77b28af8fa4bc3dc7e5e0fac9 (diff)
downloadgcc-db57737117c3765e379750c977a7d404f2e2d50e.zip
gcc-db57737117c3765e379750c977a7d404f2e2d50e.tar.gz
gcc-db57737117c3765e379750c977a7d404f2e2d50e.tar.bz2
Merge branch 'master' into devel/gfortran-test
Diffstat (limited to 'gcc/tree-diagnostic.h')
-rw-r--r--gcc/tree-diagnostic.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/tree-diagnostic.h b/gcc/tree-diagnostic.h
index b138b8b..9315d35 100644
--- a/gcc/tree-diagnostic.h
+++ b/gcc/tree-diagnostic.h
@@ -48,10 +48,10 @@ along with GCC; see the file COPYING3. If not see
? diagnostic_abstract_origin (DI) \
: current_function_decl)
-void diagnostic_report_current_function (diagnostic_context *,
- const diagnostic_info *);
+void diagnostic_report_current_function (diagnostics::context *,
+ const diagnostics::diagnostic_info *);
-void tree_diagnostics_defaults (diagnostic_context *context);
+void tree_diagnostics_defaults (diagnostics::context *);
bool default_tree_printer (pretty_printer *, text_info *, const char *,
int, bool, bool, bool, bool *, pp_token_list &);