From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11091 invoked by alias); 11 Sep 2004 22:53:21 -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 11068 invoked by uid 48); 11 Sep 2004 22:53:19 -0000 Date: Sat, 11 Sep 2004 22:53:00 -0000 Message-ID: <20040911225319.11067.qmail@sourceware.org> From: "jsm28 at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040718224725.16622.pinskia@gcc.gnu.org> References: <20040718224725.16622.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/16622] [C99] extern inline is handled wrong in C99 mode X-Bugzilla-Reason: CC X-SW-Source: 2004-09/txt/msg01139.txt.bz2 List-Id: ------- Additional Comments From jsm28 at gcc dot gnu dot org 2004-09-11 22:53 ------- Specific minor C99 inline points not implemented: The diagnostic for inline main should be a pedwarn, not a warning, but should only apply when flag_hosted. Duplicate inline is OK in C99. A declaration with both typedef and inline should receive an error, as a typedef isn't an identifier for a function. -- What |Removed |Added ---------------------------------------------------------------------------- CC| |jsm28 at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16622