From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19284 invoked by alias); 28 Jul 2010 08:47:40 -0000 Received: (qmail 19242 invoked by uid 48); 28 Jul 2010 08:47:28 -0000 Date: Wed, 28 Jul 2010 08:47:00 -0000 Message-ID: <20100728084728.19241.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/45077] ICE with -fwhole-file in fold_convert_loc, at fold-const.c:2021 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/msg03047.txt.bz2 ------- Comment #4 from burnus at gcc dot gnu dot org 2010-07-28 08:47 ------- Fixed for the unmodified example in comment 1 - and also for PR 40011 comment 47. However, the following remains to be done: It still fails if one moves "module iso_red" into a separate file (cf. PR 44945). The reason is that then "gsym" will come up as NULL and every module user uses a different decl. -- burnus at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|burnus at gcc dot gnu dot |unassigned at gcc dot gnu |org |dot org Status|ASSIGNED |NEW http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45077