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.1] Fix PR26258


> 
> 
> This fixes PR26258, a missing special case for computing PTA information.
> 
> Bootstrapped and tested on ia64-unknown-linux-gnu for 4.1 branch.
> 
> Ok for 4.1 branch?  (I have a similar patch for mainline, but DannyB is
> supposed to come up with a more suitable patch there)
> 
> Thanks,
> Richard.
> 
> :ADDPATCH alias:
> 
> 2006-02-13  Richard Guenther  <rguenther@suse.de>
> 
> 	* tree-ssa-structalias.c (find_func_aliases): Handle aggregates
> 	in PHI argument processing.
> 
> 	* gcc.dg/tree-ssa/alias-13.c: New testcase.
> Index: testsuite/gcc.dg/alias-13.c
> ===================================================================
> *** testsuite/gcc.dg/alias-13.c	(revision 0)
> --- testsuite/gcc.dg/alias-13.c	(revision 0)
> ***************
> *** 0 ****
> --- 1,29 ----
> + /* { dg-do run } */
> + /* { dg-options "-O2" } */

Why don't you put the testcase in c.torture/execute instead?
Also your changelog for the testcase does not match where you actually
placed the testcase.

Thanks,
Andrew Pinski


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