https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64595
--- Comment #20 from ian at gcc dot gnu.org <ian at gcc dot gnu.org> --- Author: ian Date: Fri Jan 23 22:26:41 2015 New Revision: 220064 URL: https://gcc.gnu.org/viewcvs?rev=220064&root=gcc&view=rev Log: PR go/64595 * go-lang.c (go_langhook_init_options_struct): Set default debug_info_level. (go_langhook_post_options): If debug_info_level is still the default, make sure write_symbols is set. * gccgo.texi (Invoking gccgo): Document that -g1 is the default. Modified: trunk/gcc/go/ChangeLog trunk/gcc/go/gccgo.texi trunk/gcc/go/go-lang.c