Commit c50367a2 by Andrew Pinski Committed by Andrew Pinski

re PR other/22264 (bootstrap broken)

2005-07-01  Andrew Pinski  <pinskia@physics.uc.edu>

        PR other/22264
        * diagnostic.c (diagnostic_report_current_module): Use pp_newline to
        print out the last new line.

From-SVN: r101504
parent 948884cd
2005-07-01 Andrew Pinski <pinskia@physics.uc.edu>
PR other/22264
* diagnostic.c (diagnostic_report_current_module): Use pp_newline to
print out the last new line.
2005-07-01 Hans-Peter Nilsson <hp@axis.se> 2005-07-01 Hans-Peter Nilsson <hp@axis.se>
* config/cris/cris.md (CRIS_CC0_REGNUM): New constant. * config/cris/cris.md (CRIS_CC0_REGNUM): New constant.
......
...@@ -291,8 +291,9 @@ diagnostic_report_current_module (diagnostic_context *context) ...@@ -291,8 +291,9 @@ diagnostic_report_current_module (diagnostic_context *context)
",\n from %s:%d", ",\n from %s:%d",
xloc.file, xloc.line); xloc.file, xloc.line);
} }
pp_verbatim (context->printer, ":\n"); pp_verbatim (context->printer, ":");
diagnostic_set_last_module (context); diagnostic_set_last_module (context);
pp_newline (context->printer);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment