projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8764e9a
)
Remove stray text from option description (PR c/96249).
author
Martin Sebor
<msebor@redhat.com>
Mon, 20 Jul 2020 17:56:54 +0000
(11:56 -0600)
committer
Martin Sebor
<msebor@redhat.com>
Mon, 20 Jul 2020 17:56:54 +0000
(11:56 -0600)
gcc/c-family/ChangeLog:
PR c/96249
* c.opt: Remove stray text.
gcc/c-family/c.opt
patch
|
blob
|
history
diff --git
a/gcc/c-family/c.opt
b/gcc/c-family/c.opt
index
a09f15d
..
2b1aca1
100644
(file)
--- a/
gcc/c-family/c.opt
+++ b/
gcc/c-family/c.opt
@@
-1248,7
+1248,6
@@
C ObjC C++ LTO ObjC++ Var(warn_vla_limit) Warning Joined Host_Wide_Int ByteSize
-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.
-<number> bytes.
Wno-vla-larger-than
C ObjC C++ LTO ObjC++ Alias(Wvla-larger-than=,18446744073709551615EiB,none) Warning