This patch fixes a character in go/lang.opt to be a tab rather than a space. This fixes GCC PR 79642. Bootstrapped on x86_64-pc-linux-gnu. Committed to mainline.
Ian 2017-02-20 Ian Lance Taylor <i...@golang.org> PR go/79642 * lang.opt (-fgo-relative-import-path): Change space to tab.
Index: gcc/go/lang.opt =================================================================== --- gcc/go/lang.opt (revision 245615) +++ gcc/go/lang.opt (working copy) @@ -71,7 +71,7 @@ fgo-relative-import-path= Go Joined RejectNegative --fgo-relative-import-path=<path> Treat a relative import as relative to path. +-fgo-relative-import-path=<path> Treat a relative import as relative to path. frequire-return-statement Go Var(go_require_return_statement) Init(1) Warning