From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20363 invoked by alias); 20 Aug 2007 16:48:12 -0000 Received: (qmail 19492 invoked by uid 48); 20 Aug 2007 16:47:55 -0000 Date: Mon, 20 Aug 2007 16:48:00 -0000 Message-ID: <20070820164755.19490.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: "asl at math dot spbu dot ru" 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/msg01410.txt.bz2 ------- Comment #5 from asl at math dot spbu dot ru 2007-08-20 16:47 ------- (In reply to comment #3) > Two decls are generated for function x, the first one (inside MAIN__) doesn't > have a proper argument list while the second one is OK. When I try to make > gfortran emit only one decl per externally-visible function, it's currently > choking on this. How is it choking? Maybe I already seen this during preparation of quick patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33097