[Bug tree-optimization/36387] points-to variables not transitively clobbered

2008-05-31 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-05-31 10:23 --- Wrong points-to result is split out to PR36400. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36387

[Bug tree-optimization/36387] points-to variables not transitively clobbered

2008-05-30 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-05-30 11:38 --- It shows really that points-to analysis and call-clobber analysis cannot be done separately. We try to "connect" them at a single point, in handle_rhs call where we add constraints from anything to dereferenced poin

[Bug tree-optimization/36387] points-to variables not transitively clobbered

2008-05-30 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-05-30 09:49 --- Mine. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned