diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2015-11-20 22:48:47 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2015-11-20 22:48:47 +0000 |
commit | 4944c7791b76f813aaf33da27c92df8704adec06 (patch) | |
tree | 033bb68bb7eed885459b3614d231f8a68119aaf2 /gcc/go | |
parent | 478c6ec6323711142863f8ac4e6c553433dad378 (diff) | |
download | gcc-4944c7791b76f813aaf33da27c92df8704adec06.zip gcc-4944c7791b76f813aaf33da27c92df8704adec06.tar.gz gcc-4944c7791b76f813aaf33da27c92df8704adec06.tar.bz2 |
re PR go/68072 (malformed DWARF TagVariable entry)
PR go/68072
cmd/cgo: ignore vars with no name or type if they have a AttrSpecification
Backport of master CL https://golang.org/cl/17151.
Fixes https://gcc.gnu.org/PR/68072.
Reviewed-on: https://go-review.googlesource.com/17152
From-SVN: r230685
Diffstat (limited to 'gcc/go')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 418f37a..1863854 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -d52835c9376985f92f35c32af5f1808239981536 +128d5b14b8ab967cb61c01a9b2c596bda7d04c63 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |