Commit bdda3325 by Neil Booth Committed by Neil Booth

* diagnostic.c (fatal): Fix word wrap.

From-SVN: r39356
parent 48b4d901
2001-01-30 Neil Booth <neil@daikokuya.demon.co.uk>
* diagnostic.c (fatal): Fix word wrap.
2001-01-30 Alexandre Oliva <aoliva@redhat.com> 2001-01-30 Alexandre Oliva <aoliva@redhat.com>
* combine.c (try_combine): Fix SUBREG setting for * combine.c (try_combine): Fix SUBREG setting for
......
...@@ -1432,8 +1432,8 @@ fatal VPARAMS ((const char *msgid, ...)) ...@@ -1432,8 +1432,8 @@ fatal VPARAMS ((const char *msgid, ...))
report_diagnostic (&dc); report_diagnostic (&dc);
va_end (ap); va_end (ap);
fprintf (stderr, "Please submit a full bug report, with preprocessed source\n"); fprintf (stderr, "Please submit a full bug report, with preprocessed source if appropriate.\n");
fprintf (stderr, "if appropriate. See %s for instructions.\n", GCCBUGURL); fprintf (stderr, "See %s for instructions.\n", GCCBUGURL);
exit (FATAL_EXIT_CODE); exit (FATAL_EXIT_CODE);
} }
......
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