From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16338 invoked by alias); 6 Nov 2004 16:56:30 -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 16319 invoked by uid 48); 6 Nov 2004 16:56:29 -0000 Date: Sat, 06 Nov 2004 16:56:00 -0000 Message-ID: <20041106165629.16317.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040512152616.15398.jbglaw@lug-owl.de> References: <20040512152616.15398.jbglaw@lug-owl.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/15398] [4.0 Regression] external inline and normal function of the same name and non unit-at-a-time X-Bugzilla-Reason: CC X-SW-Source: 2004-11/txt/msg00664.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-06 16:56 ------- Reconfirmed (I must have been confused when I closed this bug). Here is a reduced testcase which shows what the problem is: extern __inline void f1(void) { } extern __inline void f2(void) { f1(); } void f2(void) {} -- What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW Summary|[4.0 Regression] ICE while |[4.0 Regression] external |cross-compiling glibc-HEAD |inline and normal function |with gcc-HEAD, affects at |of the same name and non |least alpha-linux and sparc-|unit-at-a-time |linux (probably all) | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15398