From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22651 invoked by alias); 24 Jul 2009 11:29:25 -0000 Received: (qmail 22445 invoked by uid 48); 24 Jul 2009 11:29:08 -0000 Date: Fri, 24 Jul 2009 11:29:00 -0000 Message-ID: <20090724112908.22444.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/40011] Problems with -fwhole-file In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jv244 at cam dot ac dot uk" 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: 2009-07/txt/msg01973.txt.bz2 ------- Comment #39 from jv244 at cam dot ac dot uk 2009-07-24 11:29 ------- (In reply to comment #36) > All of gfortran.h seems to be ignorant of the GC - which means we may > not garbage collect while the FE is still running, so all calls to > cgraph_finalize_function should have true as their 2nd argument. > I wonder if this is the reason for PR40005 ?? since it garbage collector seems to run from within the frontend in that case: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40005#c10 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40011