* diagnostic.c (fatal): Request preprocessed source.

From-SVN: r39258
This commit is contained in:
Neil Booth 2001-01-25 07:39:50 +00:00 committed by Neil Booth
parent 324ffb8c3d
commit 7fa531a6eb
2 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2001-01-25 Neil Booth <neil@daikokuya.demon.co.uk>
* diagnostic.c (fatal): Request preprocessed source.
Thu Jan 25 02:01:16 2001 J"orn Rennecke <amylaar@redhat.com>
* c-decl.c (duplicate_decls): If different_binding_level is nonzero,

View file

@ -1432,9 +1432,8 @@ fatal VPARAMS ((const char *msgid, ...))
report_diagnostic (&dc);
va_end (ap);
fprintf
(stderr, "Please submit a full bug report.\n See %s for instructions.\n",
GCCBUGURL);
fprintf (stderr, "Please submit a full bug report, with preprocessed source\n");
fprintf (stderr, "if appropriate. See %s for instructions.\n", GCCBUGURL);
exit (FATAL_EXIT_CODE);
}