https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70785
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Known to work| |6.2.0 Resolution|--- |FIXED Target Milestone|--- |6.2 --- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> --- Fixed. --- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> --- Author: rguenth Date: Wed Apr 27 13:10:47 2016 New Revision: 235501 URL: https://gcc.gnu.org/viewcvs?rev=235501&root=gcc&view=rev Log: 2016-04-27 Richard Biener <rguent...@suse.de> PR ipa/70785 * tree-ssa-structalias.c (refered_from_nonlocal_fn): New function cummulating used_from_other_partition, externally_visible and force_output from aliases. (refered_from_nonlocal_var): Likewise. (ipa_pta_execute): Use call_for_symbol_and_aliases to cummulate node flags properly. Modified: branches/gcc-6-branch/gcc/ChangeLog branches/gcc-6-branch/gcc/tree-ssa-structalias.c