gotest: multiple +build lines must all be true
commit03343627a03bbb1d1e1cde81a775ad2a3b1a6bb0
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Aug 2016 22:46:06 +0000 (3 22:46 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Aug 2016 22:46:06 +0000 (3 22:46 +0000)
tree38f3f1c3dbee66f77aa716bd1022a2c9a6b1781d
parent9916f5a53769c2ddf68d245c3014e9a50f4a4435
gotest: multiple +build lines must all be true

    The code that handled +build lines did not correctly require them to all
    be true.  While looking into this I discovered that multiple +build
    lines were mishandled in a different way, because the shell does not
    preseve line breaks in backquoted data.  Look for the +build token to
    tell us when we are switching from one +build line to another.

    Reviewed-on: https://go-review.googlesource.com/25460

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@239100 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/testsuite/gotest