aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2018-07-09 08:22:24 +0000
committerMartin Liska <mliska@suse.cz>2018-07-09 08:22:24 +0000
commit34a3b87a263166c3e9fc1a6b3ffb46e49f37f8da (patch)
tree1e30624aa294f0bb908378b7bf8cb40ac26d8b1e
parent537caf051226ad110cd467a834eab5280af2fe8c (diff)
Add missing Optimization attribute.
2018-07-09 Martin Liska <mliska@suse.cz> * common.opt: Add back wrongly removed attribute. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@262513 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/common.opt2
2 files changed, 5 insertions, 1 deletions
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 <mliska@suse.cz>
+
+ * common.opt: Add back wrongly removed attribute.
+
2018-07-09 Richard Biener <rguenther@suse.de>
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