From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15631 invoked by alias); 20 Aug 2007 16:51:30 -0000 Received: (qmail 14717 invoked by uid 48); 20 Aug 2007 16:51:17 -0000 Date: Mon, 20 Aug 2007 16:51:00 -0000 Message-ID: <20070820165117.14716.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/33097] Function decl trees without proper argument list In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "fxcoudert at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-08/txt/msg01411.txt.bz2 ------- Comment #6 from fxcoudert at gcc dot gnu dot org 2007-08-20 16:51 ------- (In reply to comment #5) > How is it choking? Maybe I already seen this during preparation of quick patch. Well, it's trying to reuse a decl without arglist for a function call with arguments, and it leads to some segfault down the way... Program received signal SIGSEGV, Segmentation fault. create_function_arglist (sym=) at ../../../trunk3/gcc/fortran/trans-decl.c:1430 I'm sorry that I can't yet attach my patch (the one that triggers the ICE), but I'll try to do it later this week. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33097