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