On Mon, Jun 2, 2014 at 8:26 AM, Andrew MacLeod <amacl...@redhat.com> wrote: > > GO changes can now be directly checked in, is that right Ian?
To be pedantically clear, it's always been OK to directly in changes to the files in gcc/go, but not to the files in gcc/go/gofrontend. That is still true. What has changed recently is that the files in gcc/go/gofrontend do not #include any GCC header files, so all general GCC changes now only affect the files in gcc/go but not the ones in gcc/go/gofrontend, and are therefore fine to check in directly. In any case, this patch is fine from a Go frontend point of view. Ian