cmd/go: check for another GCC error message
commit4a8ed58450d282a1a66f4fad7b424f4794264694
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Jan 2018 15:18:55 +0000 (10 15:18 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Jan 2018 15:18:55 +0000 (10 15:18 +0000)
tree8e448f2f5bb776ee7297161dc7be9dd74e9d9161
parentd83367e980571b83a8ec6b4b38a01914e14ab8b3
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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@256433 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/go/cmd/go/internal/work/exec.go