Patch for builtins.h restructuring [2/2]

Ian Lance Taylor iant@google.com
Mon Jun 2 15:35:00 GMT 2014


On Mon, Jun 2, 2014 at 8:26 AM, Andrew MacLeod <amacleod@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



More information about the Gcc-patches mailing list