From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/13126 Path: news.gmane.org!.POSTED!not-for-mail From: Sebastian Gottschall Newsgroups: gmane.linux.lib.musl.general Subject: Re: Patches for gcc 8 Date: Fri, 17 Aug 2018 08:30:36 +0200 Message-ID: <68e8f175-e089-d16d-3aba-04926e93293a@dd-wrt.com> References: <20180816235254.GL1878@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1534487324 21673 195.159.176.226 (17 Aug 2018 06:28:44 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 17 Aug 2018 06:28:44 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.0 To: musl@lists.openwall.com, Rich Felker Original-X-From: musl-return-13142-gllmg-musl=m.gmane.org@lists.openwall.com Fri Aug 17 08:28:39 2018 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1fqYFS-0005UO-R3 for gllmg-musl@m.gmane.org; Fri, 17 Aug 2018 08:28:39 +0200 Original-Received: (qmail 19507 invoked by uid 550); 17 Aug 2018 06:30:46 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 19484 invoked from network); 17 Aug 2018 06:30:45 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dd-wrt.com; s=mikd; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject; bh=k+YSc1Boc9NBnl0acX+i5Mp/wV8GWHywUnVhBR7kjcM=; b=mz+xuZd7WSDTaE3zrZ1iFy+qGlXjfK6Y3r9vxuOspXECsctXjJPGIEbWUwvYVlhhf6grX0GDXcFC8Bj9vCnyW74m+e8B+h2xiozkR/XRX0iV5dV6yXLA7keuxQkKwGFh1eXxRxJbrW34geKWs+kmrtduGOUOdkmoddJZH20OHgk=; In-Reply-To: <20180816235254.GL1878@brightrain.aerifal.cx> X-Received: from [91.47.40.61] (helo=[10.88.193.131]) by webmail.newmedia-net.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.72) (envelope-from ) id 1fqYHJ-0000Y1-WD; Fri, 17 Aug 2018 08:30:34 +0200 Xref: news.gmane.org gmane.linux.lib.musl.general:13126 Archived-At: There are no patches required. i'm using musl with GCC 8.2.0 right now and can't find any issues on x86, x64, arm and mips Sebastian Am 17.08.2018 um 01:52 schrieb Rich Felker: > On Wed, Aug 15, 2018 at 09:11:39PM +0300, Nagakamira wrote: >> Hi everyone! I remarked that there is no patches for gcc 8.1 and 8.2. Maybe >> there is problems with gcc 8.x? > At first gcc 8 was rumored to have significant bugs, but if so they > should be fixed by now. I'm not aware of anyone having prepared > patches yet though. > > Rich >