From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13761 invoked by alias); 23 Sep 2010 10:00:11 -0000 Received: (qmail 13427 invoked by uid 48); 23 Sep 2010 09:59:59 -0000 Date: Thu, 23 Sep 2010 10:00:00 -0000 Message-ID: <20100923095959.13426.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/45756] Multiple DECL for array valued PARAMETER (-fwhole-file issue) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "burnus 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: 2010-09/txt/msg02579.txt.bz2 ------- Comment #1 from burnus at gcc dot gnu dot org 2010-09-23 09:59 ------- Note: The implementation should honour PR 40571, i.e. array parameters from intrinsic modules, which do not exist as .o file. My current idea is to generate them per use association as local static variable - which would break if uses gsym for them. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45756