From owner-freebsd-current Mon Oct 30 21:58: 0 2000 Delivered-To: freebsd-current@freebsd.org Received: from maulwurf.franken.de (maulwurf.franken.de [193.141.110.9]) by hub.freebsd.org (Postfix) with ESMTP id C942637B4C5 for ; Mon, 30 Oct 2000 21:57:57 -0800 (PST) Received: by maulwurf.franken.de via rmail with stdio id for freebsd-current@freebsd.org; Tue, 31 Oct 2000 06:57:55 +0100 (MET) (Smail-3.2 1996-Jul-4 #1 built DST-May-30) Received: (from tanis@localhost) by gaspode.franken.de (8.11.1/8.9.3) id e9V5rts01042; Tue, 31 Oct 2000 06:53:55 +0100 (CET) (envelope-from tanis) Date: Tue, 31 Oct 2000 06:53:55 +0100 From: German Tischler To: Pascal Hofstee Cc: freebsd-current@freebsd.org Subject: Re: ANSI C++ long long issues Message-ID: <20001031065355.A1011@gaspode.franken.de> References: <20001031005922.A89125@shadowmere.student.utwente.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20001031005922.A89125@shadowmere.student.utwente.nl>; from daeron@shadowmere.student.utwente.nl on Tue, Oct 31, 2000 at 12:59:37AM +0100 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Oct 31, 2000 at 12:59:37AM +0100, Pascal Hofstee wrote: > Hi, > > After returning from a month long vacation, i updated my CURRENT system to > the recent CVS. After this update my Mozilla Tinderbox-builds seem to > suffer from a configure complaining my C++ compiler has a "-pedanctic > long long" bug. Though the new ISO C (C99) standard includes long long, ISO C++ does not. If Mozilla depends on long long in C++, it is broken. long long is a g++ extension that is supposed to be switched off when compiling with -ansi or -pedantic. --gt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message