diff options
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 | ||||
-rw-r--r-- | gcc/go/gofrontend/types.h | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 70d19fb..99e7aef 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 042548f..8d2a982 100644 --- a/gcc/go/gofrontend/types.h +++ b/gcc/go/gofrontend/types.h @@ -2033,6 +2033,10 @@ class Pointer_type : public Type do_traverse(Traverse*); bool + do_verify() + { return this->to_type_->verify(); } + + bool do_has_pointer() const { return true; } |