From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29095 invoked by alias); 30 Jun 2014 13:04:13 -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 29081 invoked by uid 89); 30 Jun 2014 13:04:13 -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; Mon, 30 Jun 2014 13:04:06 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5UD3orx003797 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 30 Jun 2014 09:03:50 -0400 Received: from redhat.com (ovpn-116-81.ams2.redhat.com [10.36.116.81]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s5UD3kMq002238 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO); Mon, 30 Jun 2014 09:03:48 -0400 Date: Mon, 30 Jun 2014 13:04: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: <20140630130345.GB20427@redhat.com> References: <1403768530-24764-1-git-send-email-sebastian.huber@embedded-brains.de> <53AD10F6.7020707@embedded-brains.de> <20140627064923.GG489@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140627064923.GG489@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2014-06/txt/msg02393.txt.bz2 On Fri, Jun 27, 2014 at 08:49:24AM +0200, Marek Polacek wrote: > 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. Now applied to 4.9 as well. Marek