From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2035 invoked by alias); 24 Feb 2009 02:44:57 -0000 Received: (qmail 2021 invoked by uid 22791); 24 Feb 2009 02:44:57 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-bw0-f165.google.com (HELO mail-bw0-f165.google.com) (209.85.218.165) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 24 Feb 2009 02:44:51 +0000 Received: by bwz9 with SMTP id 9so5628338bwz.2 for ; Mon, 23 Feb 2009 18:44:48 -0800 (PST) Received: by 10.223.108.211 with SMTP id g19mr3706787fap.39.1235443488595; Mon, 23 Feb 2009 18:44:48 -0800 (PST) Received: from ?82.6.108.62? (cpc2-cmbg8-0-0-cust61.cmbg.cable.ntl.com [82.6.108.62]) by mx.google.com with ESMTPS id m38sm8573107ugd.10.2009.02.23.18.44.47 (version=SSLv3 cipher=RC4-MD5); Mon, 23 Feb 2009 18:44:48 -0800 (PST) Message-ID: <49A36143.50305@gmail.com> Date: Tue, 24 Feb 2009 02:44:00 -0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: cygwin-apps Subject: GCC4 status. Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com X-SW-Source: 2009-02/txt/msg00119.txt.bz2 Quick progress report. - GNAT EH failures fixed. - Fixed GIJ (and libjvm) shared builds. - Packaging adjusted as per previous discussions. - New-and-final release of 3.3.3 to introduce suffixed executables and alternatives symlinks built, now regtesting. Final steps now underway: - Add alternatives usage to gcc-4 packaging. - Add fix for DLL rebasing problem. - Final build and regtest 4.3.2 compiler and check new packaging works. - Check new packaging works right for 3.3.3 compiler. Immediately after native 4.3.2-2 released: - Adding i686-pc-mingw32 cross compiler build to gcc-4 cygport file (already under way, last build failed with "libgomp needs pthreads" error - need to get myself win32-pthreads for MinGW, I think). - Minor hacks to package generation for mingw x-compiler. - Build, regtest, package test and upload. (Then I'll start work on 4.5.0 upstream; I want to get upstream gcc using DW2 EH by default, fix weak symbol handling, and we'll see about those foreign frames.) cheers, DaveK