r239100 - in /trunk: gcc/go/gofrontend/MERGE li...

ian@gcc.gnu.org ian@gcc.gnu.org
Wed Aug 3 22:46:00 GMT 2016


Author: ian
Date: Wed Aug  3 22:46:06 2016
New Revision: 239100

URL: https://gcc.gnu.org/viewcvs?rev=239100&root=gcc&view=rev
Log:
    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

Modified:
    trunk/gcc/go/gofrontend/MERGE
    trunk/libgo/testsuite/gotest



More information about the Gcc-cvs mailing list