Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 2000 06:53:55 +0100
From:      German Tischler <tanis@gaspode.franken.de>
To:        Pascal Hofstee <daeron@shadowmere.student.utwente.nl>
Cc:        freebsd-current@freebsd.org
Subject:   Re: ANSI C++  long long issues
Message-ID:  <20001031065355.A1011@gaspode.franken.de>
In-Reply-To: <20001031005922.A89125@shadowmere.student.utwente.nl>; from daeron@shadowmere.student.utwente.nl on Tue, Oct 31, 2000 at 12:59:37AM %2B0100
References:  <20001031005922.A89125@shadowmere.student.utwente.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001031065355.A1011>