[Bug go/79642] New: space instead of tab in lang.opt
roland.illig at gmx dot de
gcc-bugzilla@gcc.gnu.org
Mon Feb 20 21:39:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79642
Bug ID: 79642
Summary: space instead of tab in lang.opt
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: go
Assignee: ian at airs dot com
Reporter: roland.illig at gmx dot de
CC: cmang at google dot com
Target Milestone: ---
In go/lang.opt, the option fgo-relative-import-path= is defined other than all
others.
fgo-relative-import-path=
Go Joined RejectNegative
-fgo-relative-import-path=<path> Treat a relative import as relative to path.
There is a space between "<path>" and "Treat". All entries should have a tab
here, to allow for proper table formatting.
This invisible typo should have been caught automatically when parsing that
file.
More information about the Gcc-bugs
mailing list