From: Richard Stallman Date: Thu, 6 May 1993 01:40:29 +0000 (+0000) Subject: (main): Improve error message in previous change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2b5ddaab8d2217d10118cbb72e01fb0a0dbc75df;p=gcc.git (main): Improve error message in previous change. From-SVN: r4346 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index e8874214101..2ca51c6d0e0 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -3305,7 +3305,7 @@ You Lose! You must define PREFERRED_DEBUGGING_TYPE! if (write_symbols == DWARF_DEBUG && strcmp (language_string, "GNU C++") == 0) { - warning ("-g option for g++ on SVR4 systems: -g disabled"); + warning ("-g option not supported for C++ on SVR4 systems"); write_symbols = NO_DEBUG; } #endif /* defined(DWARF_DEBUGGING_INFO) */