(main): Improve error message in previous change.
authorRichard Stallman <rms@gnu.org>
Thu, 6 May 1993 01:40:29 +0000 (01:40 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 6 May 1993 01:40:29 +0000 (01:40 +0000)
From-SVN: r4346

gcc/toplev.c

index e88742141019abda0ae81c11209acfc7e24ea82a..2ca51c6d0e0ebde55d2bdcb32e0d7c3e217e3f92 100644 (file)
@@ -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) */