* diagnostic.c (fatal): Request preprocessed source.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Thu, 25 Jan 2001 07:39:50 +0000 (07:39 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Thu, 25 Jan 2001 07:39:50 +0000 (07:39 +0000)
From-SVN: r39258

gcc/ChangeLog
gcc/diagnostic.c

index 7cb7002..d3c77b4 100644 (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,
index 11591ec..43439f6 100644 (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);
 }