From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28563 invoked by alias); 27 Jun 2014 06:49:44 -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 28551 invoked by uid 89); 27 Jun 2014 06:49:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 27 Jun 2014 06:49:43 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5R6nSX2032279 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 27 Jun 2014 02:49:28 -0400 Received: from redhat.com (ovpn-116-81.ams2.redhat.com [10.36.116.81]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s5R6nOCT018348 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO); Fri, 27 Jun 2014 02:49:26 -0400 Date: Fri, 27 Jun 2014 06:49:00 -0000 From: Marek Polacek To: Sebastian Huber Cc: "Joseph S. Myers" , gcc-patches@gcc.gnu.org Subject: Re: [PATCH v2] typeof: Remove type qualifiers for atomic types Message-ID: <20140627064923.GG489@redhat.com> References: <1403768530-24764-1-git-send-email-sebastian.huber@embedded-brains.de> <53AD10F6.7020707@embedded-brains.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53AD10F6.7020707@embedded-brains.de> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2014-06/txt/msg02180.txt.bz2 On Fri, Jun 27, 2014 at 08:36:38AM +0200, Sebastian Huber wrote: > Thanks for your patience. It would be nice if this can be applied to GCC > 4.9 as well. > > Can someone please commit this for me, since I don't have write access. I will commit it for you. Marek