Change -g so that it will override -g1 but not -g3.
authorCary Coutant <ccoutant@google.com>
Wed, 14 May 2014 21:48:47 +0000 (21:48 +0000)
committerCary Coutant <ccoutant@gcc.gnu.org>
Wed, 14 May 2014 21:48:47 +0000 (14:48 -0700)
commitbc91b0e0869c090d093ade248feaae54ca45550d
tree85d6b02ec6b3b63f2df6520db9aa013275cfc641
parent5f35dde552bfb56e7517e4e0fd0b90acad08347a
Change -g so that it will override -g1 but not -g3.

gcc/
        PR debug/61013
* opts.c (common_handle_option): Don't special-case "-g".
(set_debug_level): Default to at least level 2 with "-g".

From-SVN: r210442
gcc/ChangeLog
gcc/opts.c