summaryrefslogtreecommitdiff
path: root/gcc/c-family
diff options
context:
space:
mode:
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>2017-02-28 22:02:58 +0000
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>2017-02-28 22:02:58 +0000
commit78adba87b98b12c5d5b4c7d59471292de533299c (patch)
treed296b8501149a7c9fd67f9a5c4ad934feb703f93 /gcc/c-family
parent6ac368bb647bc93c1bf114882d4f8f3ecd1b533e (diff)
downloadgcc-78adba87b98b12c5d5b4c7d59471292de533299c.tar.gz
Introduce =<number> for couple of options.
2017-02-28 Martin Liska <mliska@suse.cz> * c.opt: Replace space with tabular for options of <number> type. 2017-02-28 Martin Liska <mliska@suse.cz> * common.opt: Replace space with tabular for options of <number> type. * config/i386/i386.opt: Show <number> value for -mlarge-data-threshold. * opts.c (print_filtered_help): Do not display number in hexadecimal format. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245789 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-family')
-rw-r--r--gcc/c-family/ChangeLog5
-rw-r--r--gcc/c-family/c.opt4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 22eee9d1a8b..b97a7e731e5 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,5 +1,10 @@
2017-02-28 Martin Liska <mliska@suse.cz>
+ * c.opt: Replace space with tabular for options of <number>
+ type.
+
+2017-02-28 Martin Liska <mliska@suse.cz>
+
* c.opt: Fix --help=option -Q for options which are of
an enum type.
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt
index 9b9aab44810..cf459ab4427 100644
--- a/gcc/c-family/c.opt
+++ b/gcc/c-family/c.opt
@@ -314,7 +314,7 @@ C ObjC C++ ObjC++ Var(warn_alloc_zero) Warning
Walloca-larger-than=
C ObjC C++ LTO ObjC++ Var(warn_alloca_limit) Warning Joined RejectNegative UInteger
--Walloca-larger-than=<number> Warn on unbounded uses of
+-Walloca-larger-than=<number> Warn on unbounded uses of
alloca, and on bounded uses of alloca whose bound can be larger than
<number> bytes.
@@ -1097,7 +1097,7 @@ Warn if a variable length array is used.
Wvla-larger-than=
C ObjC C++ ObjC++ Var(warn_vla_limit) Warning Joined RejectNegative UInteger
--Wvla-larger-than=<number> Warn on unbounded uses of variable-length arrays, and
+-Wvla-larger-than=<number> Warn on unbounded uses of variable-length arrays, and
on bounded uses of variable-length arrays whose bound can be
larger than <number> bytes.