diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 70d19fb20e4..99e7aef67a2 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -df080adb06f0e423820f3f6b9604b0c1093ff20a +6fb7c3509a4eda7d2403900981b53029d6727037 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/types.h b/gcc/go/gofrontend/types.h index 042548f65f9..8d2a9825337 100644 --- a/gcc/go/gofrontend/types.h +++ b/gcc/go/gofrontend/types.h @@ -2032,6 +2032,10 @@ class Pointer_type : public Type int do_traverse(Traverse*); + bool + do_verify() + { return this->to_type_->verify(); } + bool do_has_pointer() const { return true; }