From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27613 invoked by alias); 3 Oct 2009 14:34:16 -0000 Received: (qmail 27587 invoked by uid 22791); 3 Oct 2009 14:34:15 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 03 Oct 2009 14:34:10 +0000 Received: from spaceape13.eur.corp.google.com (spaceape13.eur.corp.google.com [172.28.16.147]) by smtp-out.google.com with ESMTP id n93EY7wj002101; Sat, 3 Oct 2009 15:34:07 +0100 Received: from ywh12 (ywh12.prod.google.com [10.192.8.12]) by spaceape13.eur.corp.google.com with ESMTP id n93EY42Q021300; Sat, 3 Oct 2009 07:34:05 -0700 Received: by ywh12 with SMTP id 12so1625422ywh.21 for ; Sat, 03 Oct 2009 07:34:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.20.3 with SMTP id x3mr4067241ani.31.1254580443967; Sat, 03 Oct 2009 07:34:03 -0700 (PDT) In-Reply-To: <4AC75FE9.3070503@moene.org> References: <4AC75C06.8090901@moene.org> <4AC75FE9.3070503@moene.org> Date: Sat, 03 Oct 2009 14:34:00 -0000 Message-ID: Subject: Re: Trunk is closed for LTO merge From: Diego Novillo To: Toon Moene Cc: gcc@gcc.gnu.org, java@gcc.gnu.org, fortran@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 X-System-Of-Record: true Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2009-10/txt/msg00016.txt.bz2 On Sat, Oct 3, 2009 at 10:30, Toon Moene wrote: > So tomorrow I plan to svn up my gcc trunk, recompile it for C and Fortran, > recompile our Weather Forecasting system with it, and see what happens (the > compile of the Weather code doesn't use -flto yet, obviously. Thanks, that would be great. Please file bugs you find with 'Component: lto' and 'Reported against: lto'. Fortran currently shows ~140 testsuite failures due to problems with whole-program mode. Thanks. Diego.