From owner-freebsd-questions Mon Jul 2 6:13:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from postfix2-1.free.fr (postfix2-1.free.fr [213.228.0.9]) by hub.freebsd.org (Postfix) with ESMTP id E9A4737B403 for ; Mon, 2 Jul 2001 06:13:18 -0700 (PDT) (envelope-from jaco@teaser.fr) Received: from titine.fr.eu.org (toulouse-1-a7-42-236.dial.proxad.net [213.228.42.236]) by postfix2-1.free.fr (Postfix) with ESMTP id D2064C0B3 for ; Mon, 2 Jul 2001 15:13:16 +0200 (CEST) Received: by titine.fr.eu.org (Postfix, from userid 1001) id F0E47336E; Mon, 2 Jul 2001 15:12:35 +0200 (CEST) X-Attribution: Jaco To: questions@freebsd.org Subject: Re: GCC 3.0 References: <15151.23008.225837.880927@guru.mired.org> From: Eric Jacoboni Date: 02 Jul 2001 15:12:35 +0200 In-Reply-To: <15151.23008.225837.880927@guru.mired.org> (Mike Meyer's message of "Tue, 19 Jun 2001 08:55:44 -0500") Message-ID: <86k81r5vb0.fsf@titine.fr.eu.org> Lines: 34 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.103 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >>>>> "Mike" == Mike Meyer writes: >> I heard GCC 3.0 was released yesterday. >> will GCC 3.0 be in FreeBSD 4.4? Mike> Since it's already in -STABLE as /usr/ports/lang/gcc30, yes. In fact, the port gcc30 is not the true release but a snapshot (gcc version 3.0 20010430 (prerelease))... And, at least on my box, this snapshot is heavy buggy. Try this well known example : #include int main(void) { char myName[20]; std::cin >> myName; std::cout << "Hello" << myName << std::endl; } $ g++30 -ansi -pedantic myname.cpp $ ./a.out Mike Hello $ g++ -ansi -pedantic myname.cpp $ ./a.out Mike Hello Mike $ cin >> seems to be broken :( I'm currently trying to build a gcc 3.0 release from scratch but i've problem with shared libs. -- Éric Jacoboni, né il y a 1297522759 secondes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message