This is the mail archive of the gcc-bugs@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]

[Bug middle-end/43513] The stack pointer is adjusted twice


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43513

--- Comment #9 from vries at gcc dot gnu.org 2011-08-31 07:04:31 UTC ---
Author: vries
Date: Wed Aug 31 07:04:25 2011
New Revision: 178353

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178353
Log:
2011-08-31  Tom de Vries  <tom@codesourcery.com>

    PR middle-end/43513
    * Makefile.in (tree-ssa-ccp.o): Add $(PARAMS_H) to rule.
    * tree-ssa-ccp.c (params.h): Include.
    (fold_builtin_alloca_for_var): New function.
    (ccp_fold_stmt): Use fold_builtin_alloca_for_var.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/tree-ssa-ccp.c


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