diff options
Diffstat (limited to 'gcc/jit/jit-playback.cc')
-rw-r--r-- | gcc/jit/jit-playback.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/jit/jit-playback.cc b/gcc/jit/jit-playback.cc index 3e71775..583956f 100644 --- a/gcc/jit/jit-playback.cc +++ b/gcc/jit/jit-playback.cc @@ -3691,7 +3691,7 @@ add_diagnostic (diagnostic_context *diag_context, { /* At this point the text has been formatted into the pretty-printer's output buffer. */ - pretty_printer *pp = diag_context->printer; + pretty_printer *pp = diag_context->m_printer; const char *text = pp_formatted_text (pp); /* Get location information (if any) from the diagnostic. |