From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4810 invoked by alias); 14 Jan 2015 05:30:56 -0000 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 Received: (qmail 4667 invoked by uid 89); 14 Jan 2015 05:30:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: nikam.ms.mff.cuni.cz Received: from nikam.ms.mff.cuni.cz (HELO nikam.ms.mff.cuni.cz) (195.113.20.16) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 14 Jan 2015 05:30:50 +0000 Received: by nikam.ms.mff.cuni.cz (Postfix, from userid 16202) id 8CDAB541BE3; Wed, 14 Jan 2015 06:30:46 +0100 (CET) Date: Wed, 14 Jan 2015 06:29:00 -0000 From: Jan Hubicka To: gcc-patches@gcc.gnu.org, jason@redhat.com Subject: Patch ping... Message-ID: <20150114053046.GE13412@kam.mff.cuni.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2015-01/txt/msg00969.txt.bz2 Hi, I would like to ping the patch to fix divergence between a type and its main variant introduced by C++ FE. https://gcc.gnu.org/ml/gcc-patches/2014-12/msg01202.html Honza