diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-06-10 06:30:50 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-06-10 06:30:50 +0000 |
commit | ad28f8e501f875bc3eefacb4570d03421c505f6d (patch) | |
tree | 6fa23abb955cbefb76854c5586d48f63d2dba07e /gcc/ChangeLog | |
parent | cf5f881fe5d2ce6122d582582b72901a0896e6fb (diff) | |
download | gcc-ad28f8e501f875bc3eefacb4570d03421c505f6d.tar.gz |
* ipa-reference.c (is_proper_for_analysis): Exclude addressable and public
vars.
(intersect_static_var_sets): Remove.
(propagate): Do not prune local statics.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211398 138bc75d-0d04-0410-961f-82ee72b054a4
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 e277f229b13..4841582fb5e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2014-06-10 Jan Hubicka <hubicka@ucw.cz> + + * ipa-reference.c (is_proper_for_analysis): Exclude addressable and public + vars. + (intersect_static_var_sets): Remove. + (propagate): Do not prune local statics. + 2014-06-10 Jakub Jelinek <jakub@redhat.com> PR fortran/60928 |