From owner-freebsd-current@FreeBSD.ORG Wed Dec 13 19:42:21 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A00116A403; Wed, 13 Dec 2006 19:42:21 +0000 (UTC) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0923543DC2; Wed, 13 Dec 2006 19:38:44 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (mx-broadway [38.98.68.18]) by corbulon.video-collage.com (8.13.8/8.13.8) with ESMTP id kBDJe9iX089972 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 13 Dec 2006 14:40:10 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) From: Mikhail Teterin Organization: Virtual Estates, Inc. To: current@freebsd.org, Kris Kennaway Date: Wed, 13 Dec 2006 14:40:03 -0500 User-Agent: KMail/1.9.5 References: <20061213192150.CF83D16A417@hub.freebsd.org> In-Reply-To: <20061213192150.CF83D16A417@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612131440.04076.mi+mx@aldan.algebra.com> X-Virus-Scanned: ClamAV 0.88.4/2324/Wed Dec 13 11:04:08 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 X-Mailman-Approved-At: Wed, 13 Dec 2006 21:50:55 +0000 Cc: Subject: Let's use gcc-4.2, not 4.1 -- OpenMP X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2006 19:42:21 -0000 Kris wrote: > Now that X11BASE errors are more or less under control (we're mostly > waiting on a few lagging maintainers to do their part), I've started > another gcc 4.1 test build so that maintainers can start to work on > that in preparation for the gcc 4.x import into 7.0. I move we skip 4.1 and go directly to gcc-4.2. It has one feature, which, in my opinion, is (going to be) extremely important: OpenMP support. http://www.openmp.org/ http://gcc.gnu.org/projects/gomp/ http://developer.amd.com/article_print.jsp?id=79 http://developer.amd.com/article_print.jsp?id=82 Most of the computers on sale now use multi-core processors and the ability to take advantage of them easily -- with compiler's support -- is rather important. The `-fopenmp' flag is only available in gcc-4.2... -mi