gcc/gcc ChangeLog.tree-ssa Makefile.in c-decl. ...
rth@gcc.gnu.org
rth@gcc.gnu.org
Fri Jan 23 08:49:00 GMT 2004
CVSROOT: /cvs/gcc
Module name: gcc
Branch: tree-ssa-20020619-branch
Changes by: rth@gcc.gnu.org 2004-01-23 08:49:31
Modified files:
gcc : ChangeLog.tree-ssa Makefile.in c-decl.c
c-simplify.c gimplify.c
Log message:
PR c/11267
* c-decl.c (c_finalize): New.
(finish_function): Use it. Genericize and finalize only non-nested
functions. Register nested functions with cgraph.
* c-simplify.c: Include cgraph.h.
(c_genericize): Genericize nested functions.
* gimplify.c (gimplify_expr): Use DECL_SAVED_INSNS to access
the struct function for the context.
* Makefile.in (c-simplify.o): Update dependencies.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.tree-ssa.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.1124&r2=1.1.2.1125
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.903.2.170&r2=1.903.2.171
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-decl.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.334.2.76&r2=1.334.2.77
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-simplify.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.4.87&r2=1.1.4.88
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gimplify.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.135&r2=1.1.2.136
More information about the Gcc-cvs
mailing list