diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-01-12 11:07:50 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-01-12 11:07:50 +0000 |
commit | ca1e00b301a60f78e967ffe06b6574698ab291a9 (patch) | |
tree | cdf7b6ec42c5d94cb815881ac0ba9d0676c7d0aa | |
parent | 2a6793fc09787a40b0d3013712e87815edd8d2b2 (diff) | |
download | gcc-ca1e00b301a60f78e967ffe06b6574698ab291a9.zip gcc-ca1e00b301a60f78e967ffe06b6574698ab291a9.tar.gz gcc-ca1e00b301a60f78e967ffe06b6574698ab291a9.tar.bz2 |
Fix long line
From-SVN: r168706
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3572715..43af966 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,13 +1,14 @@ 2011-01-12 Jan Hubicka <jh@suse.cz> PR tree-optimization/47233 - * opts.c (common_handle_option): Disable ipa-reference with profile feedback. + * opts.c (common_handle_option): Disable ipa-reference with profile + feedback. 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com> * c-parser.c (c_parser_objc_at_property_declaration): Improved - error message. - + error message. + 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com> * c-parser.c (c_lex_one_token): Updated and reindented some |