Hi. One obvious one, error was introduced by my commit r245788.
Martin gcc/ChangeLog: 2018-08-09 Martin Liska <mli...@suse.cz> PR c/86895 * common.opt: Remove extra line. --- gcc/common.opt | 1 - 1 file changed, 1 deletion(-)
diff --git a/gcc/common.opt b/gcc/common.opt index 5bb645291cf..8043cf06c21 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -2765,7 +2765,6 @@ Enable basic block vectorization (SLP) on trees. fvect-cost-model= Common Joined RejectNegative Enum(vect_cost_model) Var(flag_vect_cost_model) Init(VECT_COST_MODEL_DEFAULT) Optimization -Specifies the cost model for vectorization. -fvect-cost-model=[unlimited|dynamic|cheap] Specifies the cost model for vectorization. fsimd-cost-model=