From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16128 invoked by alias); 3 Jan 2013 12:55:45 -0000 Received: (qmail 16115 invoked by uid 22791); 3 Jan 2013 12:55:44 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Jan 2013 12:55:40 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 9DEDF29000F; Thu, 3 Jan 2013 13:55:47 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pkMZZyf3bA18; Thu, 3 Jan 2013 13:55:47 +0100 (CET) Received: from hermes.site (bon31-6-88-161-99-133.fbx.proxad.net [88.161.99.133]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 65BB6290006; Thu, 3 Jan 2013 13:55:47 +0100 (CET) From: Eric Botcazou To: Richard Biener Subject: Re: [RFA] statement before variable declaration in cp_parser_initializer_list. Date: Thu, 03 Jan 2013 12:55:00 -0000 User-Agent: KMail/1.13.5 (Linux/2.6.34.10-0.6-desktop; KDE/4.4.4; x86_64; ; ) Cc: gcc-patches@gcc.gnu.org, Joel Brobecker References: <1357216224-513-1-git-send-email-brobecker@adacore.com> In-Reply-To: MIME-Version: 1.0 Message-Id: <201301031355.31314.ebotcazou@adacore.com> Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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: 2013-01/txt/msg00111.txt.bz2 > Hmm? We compile with a C++ compiler where this is perfectly valid ... Not on earlier branches though, e.g. the 4.7 branch. So I would install it everywhere to avoid gratuitous differences. -- Eric Botcazou