Add missing Optimization attribute.
authorMartin Liska <mliska@suse.cz>
Mon, 9 Jul 2018 08:22:24 +0000 (10:22 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 9 Jul 2018 08:22:24 +0000 (08:22 +0000)
2018-07-09  Martin Liska  <mliska@suse.cz>

* common.opt: Add back wrongly removed attribute.

From-SVN: r262513

gcc/ChangeLog
gcc/common.opt

index 4295d5f2fb6276d48922661df35ec395b75c8399..575dff476a412588c7fb7cc17faf769b1fbffc74 100644 (file)
@@ -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
index 963c37f04cd3d295956e67f5c528add7dab4b9c8..c29abdb5cb11222b18820fab520809ab65eb0220 100644 (file)
@@ -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