From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master b2167d9843: Don't fail flymake-tests if `gcc` actually is Clang Date: Sun, 02 Jan 2022 20:12:31 +0200 Message-ID: <831r1qdn1s.fsf@gnu.org> References: <164112836156.3693.5253778017552372948@vcs2.savannah.gnu.org> <20220102125921.CEC93C0DA1A@vcs2.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15161"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefankangas@gmail.com, emacs-devel@gnu.org To: Mattias =?utf-8?Q?Engdeg=C3=A5rd?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jan 02 19:14:19 2022 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 1n45N4-0003ln-Na for ged-emacs-devel@m.gmane-mx.org; Sun, 02 Jan 2022 19:14:18 +0100 Original-Received: from localhost ([::1]:35486 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n45N3-00086F-JI for ged-emacs-devel@m.gmane-mx.org; Sun, 02 Jan 2022 13:14:17 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:50250) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n45LK-0006oE-9T for emacs-devel@gnu.org; Sun, 02 Jan 2022 13:12:31 -0500 Original-Received: from [2001:470:142:3::e] (port=59566 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n45LJ-0007Ub-W6; Sun, 02 Jan 2022 13:12:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=fnEXl/MlvnBBeRNiZI0Uvgv9rJ4Tjmg3cF3eASrm//w=; b=Kjf/TRWB+qD3oEqDnPsL isrKvuhkRSs8rRZscfmQa3GovMkWWauIaY1A/H5n2Gx/XtD4lRTcAzhHBjgL1y4uU/3NwdNKiRzZb 1wHpPrdoQg5aAJ67rz+baZmMMpMSvLpfoUxLyGwNCvjSPEJ6mZrkFd+I/V3+6f9IlMix/jheAyGuy xabufcUaxBryjUFoh7iYtYsKA+9G7XUClYxUerIBL06SI6wttQnYaMC9kkapQV5q2tJ1zrKD1WNLa T+gHH+skqHw4YUfYDXq152CfSWS2yPQXEYG6Nzf1A9KlzerkJ6/qpM/Dc5JBRwnD6sS91c5+aXlYp EBtT3QgezP7zQg==; Original-Received: from [87.69.77.57] (port=4792 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n45LJ-0002DU-QI; Sun, 02 Jan 2022 13:12:30 -0500 In-Reply-To: (message from Mattias =?utf-8?Q?Engdeg=C3=A5rd?= on Sun, 2 Jan 2022 17:30:53 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:283943 Archived-At: > From: Mattias EngdegÄrd > Date: Sun, 2 Jan 2022 17:30:53 +0100 > Cc: emacs-devel@gnu.org > > 2 jan. 2022 kl. 16:11 skrev Stefan Kangas : > > > We have a similar check in test/lisp/cedet/semantic/bovine/gcc.el > > > Should these tests perhaps be consolidated somehow? > > Maybe, or at least be written identically. I don't know if there is a suitable place to put an auxiliary function like this. subr.el, probably.