This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/4] Remove unused functions and fields.


On Sat, Sep 22, 2018 at 12:08 PM, marxin <mliska@suse.cz> wrote:
>
> gcc/go/ChangeLog:
>
> 2018-09-24  Martin Liska  <mliska@suse.cz>
>
>         * gofrontend/escape.cc (Gogo::analyze_escape): Remove
>         usage of a parameter.
>         (Gogo::assign_connectivity): Likewise.
>         (class Escape_analysis_tag): Likewise.
>         (Gogo::tag_function): Likewise.
>         * gofrontend/expressions.cc (Call_expression::do_type): Likewise.
>         * gofrontend/gogo.h (class Gogo): Likewise.
>         * gofrontend/types.cc (class Call_multiple_result_type): Likewise.
>         (Type::make_call_multiple_result_type): Likewise.
>         * gofrontend/types.h (class Type): Likewise.
>         * gofrontend/wb.cc (class Check_escape): Likewise.
>         (Gogo::add_write_barriers): Likewise.

HI, unfortunately this is wrong.  As described in
gcc/go/gofrontend/README, the files in that directory are mirrored
from a separate repository (the same is true of the files in the libgo
directory).  You should not make changes to them directly in the GCC
repository.  I have reverted these changes, as follows.  Sorry.

Ian

Attachment: patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]