diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 186385433d92..3ccd3fc3039f 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -128d5b14b8ab967cb61c01a9b2c596bda7d04c63 +f79db38cf3484b63f7807abef05eecb23e9d0806 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. diff --git a/gcc/go/gofrontend/import-archive.cc b/gcc/go/gofrontend/import-archive.cc index 43057558228c..7d7f426059de 100644 --- a/gcc/go/gofrontend/import-archive.cc +++ b/gcc/go/gofrontend/import-archive.cc @@ -468,11 +468,11 @@ class Archive_iterator } bool - operator==(const Archive_iterator p) const + operator==(const Archive_iterator& p) const { return this->off_ == p->off; } bool - operator!=(const Archive_iterator p) const + operator!=(const Archive_iterator& p) const { return this->off_ != p->off; } private: