From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18547 invoked by alias); 28 Aug 2014 13:48:05 -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 18523 invoked by uid 89); 28 Aug 2014 13:48:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 3 recipients 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; Thu, 28 Aug 2014 13:48:04 +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 s7SDm26J022981 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 28 Aug 2014 09:48:02 -0400 Received: from [10.10.116.28] ([10.10.116.28]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s7SDm1Ne007284; Thu, 28 Aug 2014 09:48:02 -0400 Message-ID: <53FF330E.7050104@redhat.com> Date: Thu, 28 Aug 2014 13:48:00 -0000 From: Jason Merrill User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0 MIME-Version: 1.0 To: Ed Smith-Rowland <3dw4rd@verizon.net> CC: gcc-patches , jsm28@gcc.gnu.org, pinskia@gcc.gnu.org Subject: Re: [PATCH, CPP/23827] standard C++ should not have hex float preprocessing tokens References: <53FDF170.7080208@verizon.net> <53FE3434.506@redhat.com> <53FF2DC0.7050307@verizon.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2014-08/txt/msg02572.txt.bz2 On 08/28/2014 09:41 AM, Marc Glisse wrote: > In my opinion it is not appropriate for a backport, no. If someone was > using hex floats with -std=c++98 with 4.9.1, it should still work with > 4.9.2, I only expect to have to fix such things when moving to 5.0. Agreed. Jason