From 371e2a2ecb8d6fb6eae8bbe4fb7263728243ddc3 Mon Sep 17 00:00:00 2001 From: marxin Date: Mon, 9 Jul 2018 08:22:24 +0000 Subject: [PATCH] Add missing Optimization attribute. 2018-07-09 Martin Liska * common.opt: Add back wrongly removed attribute. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@262513 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/common.opt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4295d5f2fb6..575dff476a4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-07-09 Martin Liska + + * common.opt: Add back wrongly removed attribute. + 2018-07-09 Richard Biener PR debug/86413 diff --git a/gcc/common.opt b/gcc/common.opt index 963c37f04cd..c29abdb5cb1 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -987,7 +987,7 @@ Common Report Var(flag_align_loops) Optimization Align the start of loops. falign-loops= -Common RejectNegative Joined Var(str_align_loops) +Common RejectNegative Joined Var(str_align_loops) Optimization fargument-alias Common Ignore -- 2.11.4.GIT