This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r137271 - in /trunk/gcc: ChangeLog tree-ssa-str...
- From: rguenth at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 30 Jun 2008 11:39:54 -0000
- Subject: r137271 - in /trunk/gcc: ChangeLog tree-ssa-str...
Author: rguenth
Date: Mon Jun 30 11:39:53 2008
New Revision: 137271
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137271
Log:
2008-06-30 Richard Guenther <rguenther@suse.de>
PR middle-end/36671
* tree-ssa-structalias.c (handle_lhs_call): Add flags argument,
handle calls from ECF_MALLOC functions.
(handle_pure_call): ECF_MALLOC functions do not return
call-used memory.
(find_func_aliases): Handle all calls, adjust calls to handle_lhs_call.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-ssa-structalias.c