* diagnostic.c (fatal): Request preprocessed source.
From-SVN: r39258
This commit is contained in:
parent
324ffb8c3d
commit
7fa531a6eb
2 changed files with 6 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue