diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-01-10 15:18:55 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-01-10 15:18:55 +0000 |
commit | d0ac0d52e93267911a6ef1bcbde87bccdebd5058 (patch) | |
tree | 8e448f2f5bb776ee7297161dc7be9dd74e9d9161 /gcc | |
parent | 8c6e19c1c24794163bc9114bb367c9d61b7f839c (diff) | |
download | gcc-d0ac0d52e93267911a6ef1bcbde87bccdebd5058.zip gcc-d0ac0d52e93267911a6ef1bcbde87bccdebd5058.tar.gz gcc-d0ac0d52e93267911a6ef1bcbde87bccdebd5058.tar.bz2 |
cmd/go: check for another GCC error message
GCC always recognizes the -fsplit-stack option, but then tests whether
it is supported by the selected target. If not, it reports
cc1: error: ‘-fsplit-stack’ is not supported by this compiler configuration
Check for that error message when deciding whether a compiler option works.
Reviewed-on: https://go-review.googlesource.com/87137
From-SVN: r256433
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 6f8fa9c..cb13cf0 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -c22eb29a62b4fd72ad2ea09ebe5fcea5b8ed78b8 +87df767807acac466edb3bb6445ad83a48141d17 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |