From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2509 invoked by alias); 25 Aug 2005 16:42:31 -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 2296 invoked by uid 48); 25 Aug 2005 16:41:45 -0000 Date: Thu, 25 Aug 2005 16:43:00 -0000 Message-ID: <20050825164145.2295.qmail@sourceware.org> From: "reichelt at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050824161308.23547.reichelt@gcc.gnu.org> References: <20050824161308.23547.reichelt@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug middle-end/23547] [4.1 regression] [non-unit-at-a-time] ICE with recursive call to nested function X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg02930.txt.bz2 List-Id: ------- Additional Comments From reichelt at gcc dot gnu dot org 2005-08-25 16:41 ------- Here's another testcase (no recursion, but with nested functions): ================================ void foo(int i) { void bar (char c[1][i]) { } } ================================ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23547