Commit 0d7f9065 by Martin Sebor Committed by Martin Sebor

PR middle-end/82063 - issues with arguments enabled by -Wall

gcc/c-family/ChangeLog:
	* gcc/c-family/c.opt (-Warray-bounds): Remove redundant -Wall.

From-SVN: r262912
parent cb4df8ef
2018-07-20 Martin Sebor <msebor@redhat.com>
PR middle-end/82063
* gcc/c-family/c.opt (-Warray-bounds): Remove redundant -Wall.
2018-07-20 Martin Sebor <msebor@redhat.com>
PR middle-end/82063
* c-common.h (c_common_handle_option): Change function argument
to HOST_WIDE_INT.
* c-opts.c (c_common_init_options): Same.
......
......@@ -327,7 +327,7 @@ C ObjC C++ LTO ObjC++ Alias(Walloca-larger-than=,18446744073709551615EiB,none) W
-Wno-alloca-larger-than Disable Walloca-larger-than= warning. Equivalent to Walloca-larger-than=<SIZE_MAX> or larger.
Warray-bounds
LangEnabledBy(C ObjC C++ LTO ObjC++,Wall)
LangEnabledBy(C ObjC C++ LTO ObjC++)
; in common.opt
Warray-bounds=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment