libgo: don't use \? in grep pattern
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 13 Sep 2019 17:07:20 +0000 (17:07 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 13 Sep 2019 17:07:20 +0000 (17:07 +0000)
commit57cccc860e501be56096a2863ae571175cb87960
tree3d596d4ce968124409d6eb1c762652624895d11e
parent9a235e7e85aec64b023b6725c5a2f3fc3a122d3b
libgo: don't use \? in grep pattern

    It's not supported by Solaris grep.  Just use * instead; it matches
    more but it shouldn't matter.

    Fixes https://gcc.gnu.org/PR91764

    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/195238

From-SVN: r275700
gcc/go/gofrontend/MERGE
libgo/match.sh
libgo/testsuite/gotest