Commit 7fa531a6 by Neil Booth Committed by Neil Booth

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

From-SVN: r39258
parent 324ffb8c
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);
}
......
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