From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19283 invoked by alias); 13 Jun 2005 19:17:59 -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 19183 invoked by uid 48); 13 Jun 2005 19:17:51 -0000 Date: Mon, 13 Jun 2005 19:17:00 -0000 Message-ID: <20050613191751.19179.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050613190209.22052.echristo@redhat.com> References: <20050613190209.22052.echristo@redhat.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/22052] [4.0/4.1 Regression] redefinition of inline function succeeds X-Bugzilla-Reason: CC X-SW-Source: 2005-06/txt/msg01799.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-13 19:17 ------- Hmm, the most obvious patch (which is mine) is the following: 2005-01-04 Andrew Pinski PR c/19152 * c-decl.c (diagnose_mismatched_decls): Accept "extern inline" declared after the full declaration if the are in two different TUs. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22052