This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][4.2] Fix PR32328, wrong code with calls and aliasing


On Mon, 16 Jul 2007, Richard Guenther wrote:

> 
> This "backported" patch from Danny fixes PR32328 on the 4.2 branch.  It
> basically only adds additional constraints to the PTA solver, so it should
> be safe.
> 
> Bootstrap and regtest on x86_64-unknown-linux-gnu is still in progress.
> 
> Ok for the 4.2 branch if it passes?

It breaks PR28778 again, so unless someone else figures what goes wrong
the patch is not applicable.

Richard.

> 2007-07-16  Richard Guenther  <rguenther@suse.de>
> 	Daniel Berlin  <dberlin@dberlin.org>
> 
> 	PR tree-optimization/32328
> 	* tree-ssa-structalias.c (handle_rhs_call): New function.
> 	(find_func_aliases): Generate constraints for each pointer
> 	passed by address in a function call.
> 
> 	* gcc.dg/pr32328.c: New testcase.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]