From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14465 invoked by alias); 16 Oct 2005 16:18:43 -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 13702 invoked by uid 48); 16 Oct 2005 16:18:38 -0000 Date: Sun, 16 Oct 2005 16:18:00 -0000 Message-ID: <20051016161837.13700.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/msg02185.txt.bz2 List-Id: ------- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-16 16:18 ------- (In reply to comment #4) > Created an attachment (id=9999) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9999&action=view) [edit] > Patch which should fix it but needs testing 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){} -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22065