From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25576 invoked by alias); 18 Jul 2009 14:59:57 -0000 Received: (qmail 25559 invoked by uid 22791); 18 Jul 2009 14:59:56 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-ew0-f210.google.com (HELO mail-ew0-f210.google.com) (209.85.219.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 18 Jul 2009 14:59:50 +0000 Received: by ewy6 with SMTP id 6so1472296ewy.8 for ; Sat, 18 Jul 2009 07:59:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.21.194 with SMTP id r44mr661909wer.80.1247929187159; Sat, 18 Jul 2009 07:59:47 -0700 (PDT) In-Reply-To: <6dc9ffc80907171311g350ecaej42945273d161fdab@mail.gmail.com> References: <6dc9ffc80907171311g350ecaej42945273d161fdab@mail.gmail.com> Date: Sat, 18 Jul 2009 14:59:00 -0000 Message-ID: <6dc9ffc80907180759g39921225j746ff60b102de5f0@mail.gmail.com> Subject: Re: [PING][C++][JAVA] Gimplification unit-at-a-time From: "H.J. Lu" To: Richard Guenther Cc: gcc-patches@gcc.gnu.org, java@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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-07/txt/msg00023.txt.bz2 On Fri, Jul 17, 2009 at 1:11 PM, H.J. Lu wrote: > On Thu, Jul 16, 2009 at 7:06 AM, Richard Guenther wrote: >> >> The following patch still needs approval by Java and C++ frontend >> maintainers: >> >> http://gcc.gnu.org/ml/gcc-patches/2009-07/msg00358.html >> > > This caused: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40791 > It also caused: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40798 -- H.J.