projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b3bc05
)
Add missing Optimization attribute.
author
Martin Liska
<mliska@suse.cz>
Mon, 9 Jul 2018 08:22:24 +0000
(10:22 +0200)
committer
Martin 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
patch
|
blob
|
history
gcc/common.opt
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 4295d5f2fb6276d48922661df35ec395b75c8399..575dff476a412588c7fb7cc17faf769b1fbffc74 100644
(file)
--- 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 963c37f04cd3d295956e67f5c528add7dab4b9c8..c29abdb5cb11222b18820fab520809ab65eb0220 100644
(file)
--- 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