From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Jose E. Marchesi" Newsgroups: gmane.emacs.devel Subject: Re: Getting ready to land native-compilation on master Date: Wed, 28 Apr 2021 19:52:21 +0200 Message-ID: <874kfquwiy.fsf@gnu.org> References: <87y2d3wv7n.fsf@tammy.lan.sha-bang.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2548"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Eli Zaretskii , emacs-devel@gnu.org, akrl@sdf.org To: wilde@sha-bang.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 28 19:53:13 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lboN6-0000Xg-Jz for ged-emacs-devel@m.gmane-mx.org; Wed, 28 Apr 2021 19:53:12 +0200 Original-Received: from localhost ([::1]:33070 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lboN5-0005SM-NK for ged-emacs-devel@m.gmane-mx.org; Wed, 28 Apr 2021 13:53:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53940) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lboMN-0004yq-08 for emacs-devel@gnu.org; Wed, 28 Apr 2021 13:52:27 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48330) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lboMM-0002Bi-3e; Wed, 28 Apr 2021 13:52:26 -0400 Original-Received: from [141.143.193.75] (port=35492 helo=termi.gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lboML-0000OU-1k; Wed, 28 Apr 2021 13:52:25 -0400 In-Reply-To: <87y2d3wv7n.fsf@tammy.lan.sha-bang.de> (wilde@sha-bang.de's message of "Tue, 27 Apr 2021 18:25:32 +0200") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:268578 Archived-At: > wilde@sha-bang.de wrote: >>>> - I hat to disable memory protection on the system to make the native >>>> compiler work: > [...] >> I created a upstream report: >> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100096 > > Just in case someone else stumbles across this thread: the upstream bug > has been resolved and should be fixed in subsequent releases of gcc. > (Its even cherry picked for the gcc 10 release branch) This is very exciting news. Congratulations for the great work! :)