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/libgdiagnostics.h | |
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/libgdiagnostics.h')
-rw-r--r-- | gcc/libgdiagnostics.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/libgdiagnostics.h b/gcc/libgdiagnostics.h index c202feb..0ae56f0 100644 --- a/gcc/libgdiagnostics.h +++ b/gcc/libgdiagnostics.h @@ -1115,6 +1115,16 @@ diagnostic_node_set_label_via_msg_buf (diagnostic_node *node, LIBGDIAGNOSTICS_PARAM_MUST_BE_NON_NULL (1) LIBGDIAGNOSTICS_PARAM_CAN_BE_NULL (2); +/* If non-zero, print debugging information to stderr when + creating diagnostic_physical_location instances. + + Added in LIBGDIAGNOSTICS_ABI_5. */ +#define LIBDIAGNOSTICS_HAVE_diagnostic_manager_set_debug_physical_locations + +extern void +diagnostic_manager_set_debug_physical_locations (diagnostic_manager *mgr, + int value); + /* DEFERRED: - thread-safety - plural forms |