aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/go')
-rw-r--r--gcc/go/lang.opt16
1 files changed, 8 insertions, 8 deletions
diff --git a/gcc/go/lang.opt b/gcc/go/lang.opt
index 4b1c671..3b304ea 100644
--- a/gcc/go/lang.opt
+++ b/gcc/go/lang.opt
@@ -39,35 +39,35 @@ Go
fgo-check-divide-zero
Go Var(go_check_divide_zero) Init(1)
-Add explicit checks for division by zero
+Add explicit checks for division by zero.
fgo-check-divide-overflow
Go Var(go_check_divide_overflow) Init(1)
-Add explicit checks for division overflow in INT_MIN / -1
+Add explicit checks for division overflow in INT_MIN / -1.
fgo-dump-
Go Joined RejectNegative
--fgo-dump-<type> Dump Go frontend internal information
+-fgo-dump-<type> Dump Go frontend internal information.
fgo-optimize-
Go Joined RejectNegative
--fgo-optimize-<type> Turn on optimization passes in the frontend
+-fgo-optimize-<type> Turn on optimization passes in the frontend.
fgo-pkgpath=
Go Joined RejectNegative
--fgo-pkgpath=<string> Set Go package path
+-fgo-pkgpath=<string> Set Go package path.
fgo-prefix=
Go Joined RejectNegative
--fgo-prefix=<string> Set package-specific prefix for exported Go names
+-fgo-prefix=<string> Set package-specific prefix for exported Go names.
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
-Functions which return values must end with return statements
+Functions which return values must end with return statements.
o
Go Joined Separate