Re: [patch 5/10] debug-early merge: Go front-end

2015-05-08 Thread Aldy Hernandez
On 05/08/2015 11:08 AM, Ian Lance Taylor wrote: This is fine if it works. Thanks. Ian On Thu, May 7, 2015 at 5:36 PM, Aldy Hernandez wrote: As mentioned, no regressions with --enable-languages=go. I will mark the Go changes as approved pending on the rest of the patches being approved.

Re: [patch 5/10] debug-early merge: Go front-end

2015-05-08 Thread Ian Lance Taylor
This is fine if it works. Thanks. Ian On Thu, May 7, 2015 at 5:36 PM, Aldy Hernandez wrote: >

[patch 5/10] debug-early merge: Go front-end

2015-05-07 Thread Aldy Hernandez
gcc/go/ * go-gcc.cc (write_global_definitions): Remove call to finalize_compilation_unit. Remove Go specific debug generation. * go-lang.c (go_langhook_parse_file): Call go_write_globals. (go_langhook_write_globals): Remove. Remove LANG_HOOKS_WRITE_GLOBALS everywhere. diff --git a/gcc/go/g