From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28567 invoked by alias); 24 Jul 2010 06:52:49 -0000 Received: (qmail 28504 invoked by uid 48); 24 Jul 2010 06:52:34 -0000 Date: Sat, 24 Jul 2010 06:52:00 -0000 Message-ID: <20100724065234.28503.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/msg02595.txt.bz2 ------- Comment #22 from burnus at gcc dot gnu dot org 2010-07-24 06:52 ------- (In reply to comment #21) > In my opinion revision 162487 is only a partial fix of the problem. If I split > a modified test case in two files [...] I still get [...] Bus error Does -flto help? > Note that it is not surprising since -fwhole-file operates at the file level. Well, the middle-end also operates on single-file level: Thus, there is no reason to break. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44945