public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Go patch committed: Fix formatting in go/lang.opt
@ 2017-02-21  0:48 Ian Lance Taylor
  0 siblings, 0 replies; only message in thread
From: Ian Lance Taylor @ 2017-02-21  0:48 UTC (permalink / raw)
  To: gcc-patches, gofrontend-dev

[-- Attachment #1: Type: text/plain, Size: 308 bytes --]

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  <iant@golang.org>

        PR go/79642
        * lang.opt (-fgo-relative-import-path): Change space to tab.

[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 477 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-21  0:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-21  0:48 Go patch committed: Fix formatting in go/lang.opt Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).