diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-09-25 14:16:32 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-09-25 14:16:32 +0000 |
commit | b16084d244418d5421505f09851b5adf5abc35ec (patch) | |
tree | 872f530a1669ad0f37d72c8b952ee5fe88d9e334 /gcc/go | |
parent | 97b8f8679d0db4b9159e1640ff34460aaccace74 (diff) | |
download | gcc-b16084d244418d5421505f09851b5adf5abc35ec.zip gcc-b16084d244418d5421505f09851b5adf5abc35ec.tar.gz gcc-b16084d244418d5421505f09851b5adf5abc35ec.tar.bz2 |
cmd/go: pass down testing gccgo in TestScript
This permits TestScript to work when gccgo is not installed.
Previous testing was using a previously installed gccgo, not the newly
built one.
This revealed that the testing of whether an internal package is
permitted was incorrect for standard library packages, since the
uninstalled gccgo can see internal packages in the uninstalled libgo.
Fix the internal package tests.
This permitted removing a couple of gccgo-specific changes in the
testsuite.
Reviewed-on: https://go-review.googlesource.com/137255
From-SVN: r264570
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 175db5d..65693ff 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -7b25b4dff4778fc4d6b5d6e10594814146b3e5dd +1dbc5b805a1665079008d1ce341991c3554c1eeb The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |