diff options
author | Martin Liska <mliska@suse.cz> | 2018-07-09 10:22:24 +0200 |
---|---|---|
committer | Martin Liska <marxin@gcc.gnu.org> | 2018-07-09 08:22:24 +0000 |
commit | 8956e24714a4e09fb09aa3e0c9033318060c0524 (patch) | |
tree | 1e30624aa294f0bb908378b7bf8cb40ac26d8b1e | |
parent | 7b3bc05474bb87c6e7f786f528f82b9de3429203 (diff) | |
download | gcc-8956e24714a4e09fb09aa3e0c9033318060c0524.zip gcc-8956e24714a4e09fb09aa3e0c9033318060c0524.tar.gz gcc-8956e24714a4e09fb09aa3e0c9033318060c0524.tar.bz2 |
Add missing Optimization attribute.
2018-07-09 Martin Liska <mliska@suse.cz>
* common.opt: Add back wrongly removed attribute.
From-SVN: r262513
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/common.opt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4295d5f..575dff4 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 963c37f..c29abdb 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 |