From owner-freebsd-stable Thu Aug 22 7:52:54 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 EEFBD37B401 for ; Thu, 22 Aug 2002 07:52:50 -0700 (PDT) Received: from pd6mo1so.prod.shaw.ca (h24-71-223-10.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B6D043E42 for ; Thu, 22 Aug 2002 07:52:50 -0700 (PDT) (envelope-from colin_percival@sfu.ca) Received: from pd6mr1so.prod.shaw.ca (pd6mr1so-qfe3.prod.shaw.ca [10.0.141.216]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H190085L2N2Q6@l-daemon> for stable@freebsd.org; Thu, 22 Aug 2002 08:52:14 -0600 (MDT) Received: from pn2ml7so.prod.shaw.ca (pn2ml7so-qfe0.prod.shaw.ca [10.0.121.151]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H19002NI2N8TA@l-daemon> for stable@freebsd.org; Thu, 22 Aug 2002 08:52:20 -0600 (MDT) Received: from piii600.sfu.ca (h24-79-84-133.vc.shawcable.net [24.79.84.133]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H19002GU2O1E9@l-daemon> for stable@FreeBSD.ORG; Thu, 22 Aug 2002 08:52:49 -0600 (MDT) Date: Thu, 22 Aug 2002 07:52:47 -0700 From: Colin Percival Subject: Re: /usr/include/stdlib.h:110: warning: ANSI C does not support `long long' In-reply-to: <20020822223657.A364@grosbein.pp.ru> X-Sender: cperciva@popserver.sfu.ca To: Eugene Grosbein , stable@freebsd.org Message-id: <5.0.2.1.1.20020822074356.01e97258@popserver.sfu.ca> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT 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 At 22:36 22/08/2002 +0800, 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' > >Why? I can't seem to reproduce this: www# uname -r 4.6.1-RELEASE-p10 www# cat test.c #include #include int main(void) { calloc(10,1024*1024); return 0; } www# gcc -ansi -pedantic -Wall test.c www# Colin Percival To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message