diff options
author | Jason Merrill <merrill@gnu.org> | 1996-10-11 20:25:05 +0000 |
---|---|---|
committer | Jason Merrill <merrill@gnu.org> | 1996-10-11 20:25:05 +0000 |
commit | 405c1ce4d809b1cd22fed83a0e26a6d6590f11a6 (patch) | |
tree | febfb9498e13222aeaa370f6dc16d5f6995ccc8c /gcc | |
parent | 1cd56e0ee6260f72d90a4eee3397e2bd158771cf (diff) | |
download | gcc-405c1ce4d809b1cd22fed83a0e26a6d6590f11a6.zip gcc-405c1ce4d809b1cd22fed83a0e26a6d6590f11a6.tar.gz gcc-405c1ce4d809b1cd22fed83a0e26a6d6590f11a6.tar.bz2 |
DWARF supports C++
From-SVN: r12955
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/toplev.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index e614152..2716394 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -3980,15 +3980,6 @@ main (argc, argv, envp) warning ("-Wuninitialized is not supported without -O"); } -#if defined(DWARF_DEBUGGING_INFO) - if (write_symbols == DWARF_DEBUG - && strcmp (language_string, "GNU C++") == 0) - { - warning ("-g option not supported for C++ on systems using the DWARF debugging format"); - write_symbols = NO_DEBUG; - } -#endif /* defined(DWARF_DEBUGGING_INFO) */ - #ifdef OVERRIDE_OPTIONS /* Some machines may reject certain combinations of options. */ OVERRIDE_OPTIONS; |