From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16250 invoked by alias); 23 Jan 2004 08:49:44 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 16229 invoked by alias); 23 Jan 2004 08:49:42 -0000 Date: Fri, 23 Jan 2004 08:49:00 -0000 Message-ID: <20040123084942.16228.qmail@sources.redhat.com> From: "cvs-commit at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030620171846.11267.reichelt@gcc.gnu.org> References: <20030620171846.11267.reichelt@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/11267] [tree-ssa] ICE with variable-sized arrays and nested functions X-Bugzilla-Reason: CC X-SW-Source: 2004-01/txt/msg02898.txt.bz2 List-Id: ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-01-23 08:49 ------- Subject: Bug 11267 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 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11267