From: Richard Stallman Date: Sat, 9 Jan 1993 09:03:38 +0000 (+0000) Subject: (really_sorry): Use progname in error message, not c++. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c10afc44d5e8cef1a4fc67f5122cc85924b1eb04;p=gcc.git (really_sorry): Use progname in error message, not c++. From-SVN: r3166 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index c700ce3d127..4b8a9370cd2 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1246,7 +1246,7 @@ really_sorry (s, v, v2) if (input_filename) fprintf (stderr, "%s:%d: ", input_filename, lineno); else - fprintf (stderr, "c++: "); + fprintf (stderr, "%s: ", progname); fprintf (stderr, "sorry, not implemented: "); fprintf (stderr, s, v, v2);