From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1567 invoked by alias); 28 Jul 2010 07:41:30 -0000 Received: (qmail 1496 invoked by uid 48); 28 Jul 2010 07:41:13 -0000 Date: Wed, 28 Jul 2010 07:41:00 -0000 Message-ID: <20100728074113.1495.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/44945] [4.6 Regression] Wrong decl for module vars / FAIL: gfortran.dg/char_array_structure_constructor.f90 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-07/txt/msg03031.txt.bz2 ------- Comment #26 from burnus at gcc dot gnu dot org 2010-07-28 07:41 ------- I expect a similar problem for derived types from modules which are external - in that case the place to modify would be gfc_get_derived_type -- cf. PR 45077. Also here, the proper gsym will not be available if the MODULE is only available via the .mod. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44945