From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: bleeding-edge gcc miscompiles latest emacs' fileio.c(file_accessible_directory_p) Date: Mon, 16 Jul 2018 17:25:03 +0300 Message-ID: <83zhyr8dhc.fsf@gnu.org> References: NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1531750982 9695 195.159.176.226 (16 Jul 2018 14:23:02 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 16 Jul 2018 14:23:02 +0000 (UTC) Cc: jim@meyering.net, emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 16 16:22:57 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ff4Ov-0002QT-LB for ged-emacs-devel@m.gmane.org; Mon, 16 Jul 2018 16:22:57 +0200 Original-Received: from localhost ([::1]:52126 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ff4R2-0005MJ-KU for ged-emacs-devel@m.gmane.org; Mon, 16 Jul 2018 10:25:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ff4Qt-0005KF-9x for emacs-devel@gnu.org; Mon, 16 Jul 2018 10:25:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ff4Qo-0000K7-JE for emacs-devel@gnu.org; Mon, 16 Jul 2018 10:24:59 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ff4Qo-0000K1-F3; Mon, 16 Jul 2018 10:24:54 -0400 Original-Received: from [176.228.60.248] (port=3711 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ff4Qn-0000SA-Sh; Mon, 16 Jul 2018 10:24:54 -0400 In-reply-to: (message from Paul Eggert on Mon, 16 Jul 2018 00:02:26 -0500) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:227452 Archived-At: > From: Paul Eggert > Date: Mon, 16 Jul 2018 00:02:26 -0500 > > Thanks for the heads-up. I'd rather not make that change to Emacs to > work around the bleeding-edge GCC bug, since the change causes the Emacs > code to be harder to follow. Let's hope they fix GCC soon, since the > problem was so recently introduced. I left a note about it here: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77357#c8 Thanks, I agree that it's better to let GCC folks fix this.