From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9666 invoked by alias); 27 Oct 2008 20:44:57 -0000 Received: (qmail 9658 invoked by uid 22791); 27 Oct 2008 20:44:57 -0000 X-Spam-Check-By: sourceware.org Received: from smtp2e.orange.fr (HELO smtp2e.orange.fr) (80.12.242.113) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 27 Oct 2008 20:43:58 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2e26.orange.fr (SMTP Server) with ESMTP id B2D1F7000089 for ; Mon, 27 Oct 2008 21:43:55 +0100 (CET) Received: from [192.168.1.132] (ANice-252-1-40-159.w82-122.abo.wanadoo.fr [82.122.246.159]) by mwinf2e26.orange.fr (SMTP Server) with ESMTP id 91A3C7000097 for ; Mon, 27 Oct 2008 21:43:55 +0100 (CET) X-ME-UUID: 20081027204355596.91A3C7000097@mwinf2e26.orange.fr Message-ID: <4906280B.2030902@users.sourceforge.net> Date: Mon, 27 Oct 2008 21:22:00 -0000 From: Simon Martin User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914) MIME-Version: 1.0 To: GCC Patches Subject: [PING] Fix for PR c++/29727: ICE on invalid initializer for template member Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2008-10/txt/msg01172.txt.bz2 Hi, Initial patch + test case: http://gcc.gnu.org/ml/gcc-patches/2008-10/msg00134.html Updated patch: http://gcc.gnu.org/ml/gcc-patches/2008-10/msg00278.html Is it OK for mainline? For 4.3? Thanks, Simon