diff options
author | Alon Dayan <alond@il.ibm.com> | 2008-03-13 15:40:09 +0000 |
---|---|---|
committer | Olga Golovanevsky <olga@gcc.gnu.org> | 2008-03-13 15:40:09 +0000 |
commit | 5f5f0635f1921f40de45c6783fe0c4e9b4c0d1ba (patch) | |
tree | b15b129aff072e320ebe89aff5463ed28bf07ea5 /gcc/ChangeLog | |
parent | 1359ef39755c2a648c44e410e974450d91a4bd99 (diff) | |
download | gcc-5f5f0635f1921f40de45c6783fe0c4e9b4c0d1ba.zip gcc-5f5f0635f1921f40de45c6783fe0c4e9b4c0d1ba.tar.gz gcc-5f5f0635f1921f40de45c6783fe0c4e9b4c0d1ba.tar.bz2 |
[multiple changes]
2008-02-19 Alon Dayan <alond@il.ibm.com>
Olga Golovanevsky <olga@il.ibm.com>
PR tree-optimization/35041
* gcc.dg/struct/wo_prof_double_malloc.c: New test.
2008-03-13 Alon Dayan <alond@il.ibm.com>
Olga Golovanevsky <olga@il.ibm.com>
PR tree-optimization/35041
* ipa-struct-reorg.c (find_pos_in_stmt_1): Add another option
to locate the right position in a statement.
Co-Authored-By: Olga Golovanevsky <olga@il.ibm.com>
From-SVN: r133171
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a133534..0b6653d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2008-03-13 Alon Dayan <alond@il.ibm.com> + Olga Golovanevsky <olga@il.ibm.com> + + PR tree-optimization/35041 + * ipa-struct-reorg.c (find_pos_in_stmt_1): Add another option + to locate the right position in a statement. + 2008-03-13 Uros Bizjak <ubizjak@gmail.com> PR target/34000 |