From owner-freebsd-stable Fri Aug 23 6:34: 7 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0E8837B400 for ; Fri, 23 Aug 2002 06:34:04 -0700 (PDT) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1E1743E7B for ; Fri, 23 Aug 2002 06:34:03 -0700 (PDT) (envelope-from erikt@midgard.homeip.net) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by mailb.telia.com (8.12.5/8.12.5) with ESMTP id g7NDY2RB009060 for ; Fri, 23 Aug 2002 15:34:02 +0200 (CEST) X-Original-Recipient: Received: from falcon.midgard.homeip.net (h62n2fls20o913.telia.com [212.181.163.62]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id PAA14962 for ; Fri, 23 Aug 2002 15:34:00 +0200 (CEST) Received: (qmail 39376 invoked by uid 1001); 23 Aug 2002 13:33:59 -0000 Date: Fri, 23 Aug 2002 15:33:59 +0200 From: Erik Trulsson To: freebsd-stable@FreeBSD.ORG Subject: Re: /usr/include/stdlib.h:110: warning: ANSI C does not support `long long' Message-ID: <20020823133359.GA35353@falcon.midgard.homeip.net> Mail-Followup-To: freebsd-stable@FreeBSD.ORG References: <20020822223657.A364@grosbein.pp.ru> <200208231254.g7NCslnM074032@lurza.secnetix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208231254.g7NCslnM074032@lurza.secnetix.de> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Aug 23, 2002 at 02:54:47PM +0200, Oliver Fromme wrote: > Eugene Grosbein wrote: > > [...] > > # gcc -ansi -pedantic -Wall test.c > > In file included from test.c:4: > > /usr/include/stdlib.h:110: warning: ANSI C does not support `long long' > > /usr/include/stdlib.h:114: warning: ANSI C does not support `long long' > > BTW, does gcc 3.x finally support C99? Yes, although I believe there are still some things missing. > After all, "long long" _is_ ANSI C. > For several years already. Correct, but gcc 2.95.x (which is used in 4.x) does not support C99 and "long long" is not part of the original ANSI C standard, which is what the warning messages above refer to. -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message