mirror of git://gcc.gnu.org/git/gcc.git
* doc/invoke.texi (-Wduplicated-branches): Add to warning list.
From-SVN: r248887
This commit is contained in:
parent
aea5e79a63
commit
2506e3b02a
|
|
@ -1,3 +1,7 @@
|
|||
2017-06-05 Volker Reichelt <v.reichelt@netcologne.de>
|
||||
|
||||
* doc/invoke.texi (-Wduplicated-branches): Add to warning list.
|
||||
|
||||
2017-06-05 Jan Hubicka <hubicka@ucw.cz>
|
||||
|
||||
* cfgexpand.c (expand_gimple_tailcall): Initialize profile of
|
||||
|
|
|
|||
|
|
@ -273,7 +273,8 @@ Objective-C and Objective-C++ Dialects}.
|
|||
-Wno-deprecated -Wno-deprecated-declarations -Wno-designated-init @gol
|
||||
-Wdisabled-optimization @gol
|
||||
-Wno-discarded-qualifiers -Wno-discarded-array-qualifiers @gol
|
||||
-Wno-div-by-zero -Wdouble-promotion -Wduplicated-cond @gol
|
||||
-Wno-div-by-zero -Wdouble-promotion @gol
|
||||
-Wduplicated-branches -Wduplicated-cond @gol
|
||||
-Wempty-body -Wenum-compare -Wno-endif-labels -Wexpansion-to-defined @gol
|
||||
-Werror -Werror=* -Wextra-semi -Wfatal-errors @gol
|
||||
-Wfloat-equal -Wformat -Wformat=2 @gol
|
||||
|
|
|
|||
Loading…
Reference in New Issue