From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27383 invoked by alias); 24 Jan 2004 02:13:53 -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 27372 invoked by uid 48); 24 Jan 2004 02:13:52 -0000 Date: Sat, 24 Jan 2004 02:13:00 -0000 Message-ID: <20040124021352.27371.qmail@sources.redhat.com> From: "dje at transmeta dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040124014837.13842.dje@transmeta.com> References: <20040124014837.13842.dje@transmeta.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/13842] [3.3 Regression] static inline emitted when not used X-Bugzilla-Reason: CC X-SW-Source: 2004-01/txt/msg03046.txt.bz2 List-Id: ------- Additional Comments From dje at transmeta dot com 2004-01-24 02:13 ------- (In reply to comment #1) > Confirmed but a very minor regression because it is okay to emit something when it is not > referenced anyways, just 3.4 does a better job at checking if it is used or not. Don't forget that it's not just `foo' but also the undefined reference to `bar'. Link failures are occuring that didn't occur before. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13842