From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5726 invoked by alias); 16 Oct 2005 16:45:45 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 5709 invoked by uid 48); 16 Oct 2005 16:45:42 -0000 Date: Sun, 16 Oct 2005 16:45:00 -0000 Message-ID: <20051016164542.5708.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/22065] -fdump-tree-original causes static function to emitted with the same name In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" X-SW-Source: 2005-10/txt/msg02189.txt.bz2 List-Id: ------- Comment #6 from pinskia at gcc dot gnu dot org 2005-10-16 16:45 ------- (In reply to comment #5) > Note this patch does not work. We are trying to access an already free block. > I have not looked into it yet but the short testcase is: > extern inline int f(void){} I know why now, c_genericize or cgraph_finalize_function calls ggc_collect and the new block is not going to be marked as used. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22065