]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR go/79642 (space instead of tab in lang.opt)
authorIan Lance Taylor <iant@golang.org>
Tue, 21 Feb 2017 00:23:52 +0000 (00:23 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 21 Feb 2017 00:23:52 +0000 (00:23 +0000)
PR go/79642
* lang.opt (-fgo-relative-import-path): Change space to tab.

From-SVN: r245619

gcc/go/ChangeLog
gcc/go/lang.opt

index 687c8d68992b966720e598d53176dd7c14d04282..8958f762fcfa7bc742865349d28d67f8f8f309ad 100644 (file)
@@ -1,3 +1,8 @@
+2017-02-20  Ian Lance Taylor  <iant@golang.org>
+
+       PR go/79642
+       * lang.opt (-fgo-relative-import-path): Change space to tab.
+
 2017-02-07  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/79256
index bc999888dcdcd2ba970d3b1dc304edd40de8612d..527d82fc5a41b8ce983ec665f72291390032d132 100644 (file)
@@ -71,7 +71,7 @@ Go Joined RejectNegative
 
 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