diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-12-04 14:29:11 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-12-04 14:29:11 +0000 |
commit | 8f80bd89728ecc0653fc1121be40af829ca6092a (patch) | |
tree | f05b878c35e370b06653b7dded7ed96d6dadc083 /gcc | |
parent | 9e0b0ec3aa447a33c45f9916116b9b597ce7061c (diff) | |
download | gcc-8f80bd89728ecc0653fc1121be40af829ca6092a.zip gcc-8f80bd89728ecc0653fc1121be40af829ca6092a.tar.gz gcc-8f80bd89728ecc0653fc1121be40af829ca6092a.tar.bz2 |
cmd/vet: use default compiler when determining type sizes
Fixes a segfault running vet on alpha.
Patch by Uros Bizjak.
Reviewed-on: https://go-review.googlesource.com/c/152437
From-SVN: r266781
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 07381f4..558f713 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -9e016dfe198152f870005ac844fe22c02e5349e3 +7259d9a403db2784c7d03239c6a50e730062fc61 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |