diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-01-22 15:43:40 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-01-22 15:43:40 +0000 |
commit | 494df8753b8c0a4dd02e7208e0bae20bee6ec1d5 (patch) | |
tree | 1cb7f772ce52d0061ee020d8c7b76b324f50bcce /gcc | |
parent | 12f154688d9e942614d49178dee92b766afb64bb (diff) | |
download | gcc-494df8753b8c0a4dd02e7208e0bae20bee6ec1d5.zip gcc-494df8753b8c0a4dd02e7208e0bae20bee6ec1d5.tar.gz gcc-494df8753b8c0a4dd02e7208e0bae20bee6ec1d5.tar.bz2 |
golang.org/x/tools/go/analysis: pass "gccgo" to types.SizesFor
For the gofrontend copy, change calls to types.SizesFor to pass
"gccgo" rather than "gc". Leave the asmdecl pass unchanged since that
pass is gc-specific anyhow.
This has been fixed in a better way in the external repo by
https://golang.org/cl/158317 and friends, but that is not in 1.12, so
use this approach for now.
Reviewed-on: https://go-review.googlesource.com/c/158842
From-SVN: r268153
Diffstat (limited to 'gcc')
-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 90a03ee..95604f8 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -fb44f62e7c01ebc987dad78875f593da18100007 +e3271f3e09337b951822ba5c596d8cfe3b94508e The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |