aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2010-07-03 06:23:09 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2010-07-03 06:23:09 +0000
commite2cb8da267b031256b76e7c39a38a65d1abb78ad (patch)
treee3f5da9d63f53e5d48f132923e4bb0c09da8c678
parentd9e7913ca2c622a9044471b04f744129250400e0 (diff)
downloadgcc-e2cb8da267b031256b76e7c39a38a65d1abb78ad.zip
gcc-e2cb8da267b031256b76e7c39a38a65d1abb78ad.tar.gz
gcc-e2cb8da267b031256b76e7c39a38a65d1abb78ad.tar.bz2
Fix long lines
From-SVN: r161768
-rw-r--r--gcc/ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7d25810..ec8b37a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,6 +1,6 @@
2010-07-02 Le-Chun Wu <lcwu@google.com>
- PR/44128
+ PR c++/44128
* doc/invoke.texi: Update documentation of -Wshadow.
2010-07-02 Daniel Jacobowitz <dan@codesourcery.com>
@@ -33,7 +33,6 @@
Sandra Loosemore <sandra@codesourcery.com>
PR target/43703
-
* config/arm/vec-common.md (add<mode>3, sub<mode>3, smin<mode>3)
(smax<mode>3): Disable for NEON float modes when
flag_unsafe_math_optimizations is false.
@@ -76,8 +75,9 @@
2010-07-02 Jan Hubicka <jh@suse.cz>
- * ipa-split.c (split_function): For aggregate values set return_slot_opt;
- when passing DECL_BY_REFERENCE produce *<retval> = fncall.part ()
+ * ipa-split.c (split_function): For aggregate values, set the return
+ slot optimization bit. When passing DECL_BY_REFERENCE, produce
+ *<retval> = fncall.part ()
(execute_split_functions): Do not care about DECL_BY_REFERENCE.
2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
@@ -142,8 +142,8 @@
2010-07-02 Jan Hubicka <jh@suse.cz>
- * ipa-split.c (verify_non_ssa_vars): Break out from ...; perform DFS walk
- backwards from entry_bb to check only those basic block of header
+ * ipa-split.c (verify_non_ssa_vars): Break out from ...; perform DFS
+ walk backwards from entry_bb to check only those basic block of header
that might lead to execution of split part.
(consider_split) ... here.
(find_return_bb): Allow assignment in return BB.