From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 112946 invoked by alias); 17 May 2018 11:05:32 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 112933 invoked by uid 89); 17 May 2018 11:05:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=17052018, 17.05.2018, H*x:Mailer, H*UA:Mailer X-HELO: ano163.rev.netart.pl X-Spam-Score: 0 Date: Thu, 17 May 2018 11:05:00 -0000 From: Rafal Luzynski Reply-To: Rafal Luzynski To: Florian Weimer Cc: GNU C Library Message-ID: <78847525.24781.1526555121601@poczta.nazwa.pl> In-Reply-To: <877eo2x0ak.fsf@mid.deneb.enyo.de> References: <1115228950.6898.1526508125382@poczta.nazwa.pl> <877eo2x0ak.fsf@mid.deneb.enyo.de> Subject: Re: [PATCH] math: Merge strtod_nam_*.h into math-type-macros-*.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Originating-Client: com.openexchange.ox.gui.dhtml X-SW-Source: 2018-05/txt/msg00651.txt.bz2 17.05.2018 08:29 Florian Weimer wrote: > [...] > math: Reverse include order in > > _Float128 is defined for certain compilers indirectly from > , and (included from > ) needs this definition. > > 2018-05-17 Florian Weimer > > * sysdeps/generic/math-type-macros-double.h: Include > after . > * sysdeps/generic/math-type-macros-float.h: Include > after . > * sysdeps/generic/math-type-macros-float128.h: Include > after . > * sysdeps/generic/math-type-macros-ldouble.h: Include > after . > [...] Thank you, Florian. I confirm that it applies cleanly and compiles on x86_64. I have not yet complete the test (make check) due to the lack of time. But I believe it will complete successfully. Please proceed with the commit. Reviewed-by: Rafal Luzynski