https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61013
--- Comment #14 from Cary Coutant <ccoutant at gcc dot gnu.org> --- Author: ccoutant Date: Wed May 14 21:48:47 2014 New Revision: 210442 URL: http://gcc.gnu.org/viewcvs?rev=210442&root=gcc&view=rev Log: 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". Modified: trunk/gcc/ChangeLog trunk/gcc/opts.c