From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gregory Heytings Newsgroups: gmane.emacs.devel Subject: Re: master 37889523278: Add new `swap` macro and use it Date: Thu, 18 Jan 2024 01:01:14 +0000 Message-ID: <9245debeed69c26665f0@heytings.org> References: <170452579053.27998.16123231327386305897@vcs2.savannah.gnu.org> <20240106072311.28B8FC0034E@vcs2.savannah.gnu.org> <87plye9ahs.fsf@yahoo.com> <83o7dyua0d.fsf@gnu.org> <87le9297ei.fsf@yahoo.com> <87cyue92fx.fsf@yahoo.com> <877ckm8uzz.fsf@yahoo.com> <83v886sgtl.fsf@gnu.org> <4719da9bc2bbcffdb634@heytings.org> <87bk9o1ooo.fsf@yahoo.com> <83cyu4fl4o.fsf@gnu.org> <877ckc1gs9.fsf@yahoo.com> <83a5p8fehd.fsf@gnu.org> <83bk9mepkt.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40581"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, stefankangas@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jan 18 02:02:14 2024 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 1rQGnO-000AJx-3v for ged-emacs-devel@m.gmane-mx.org; Thu, 18 Jan 2024 02:02:14 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rQGmZ-0004DQ-6e; Wed, 17 Jan 2024 20:01:23 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rQGmX-0004D7-HG for emacs-devel@gnu.org; Wed, 17 Jan 2024 20:01:21 -0500 Original-Received: from heytings.org ([95.142.160.155]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rQGmV-0006kg-NI; Wed, 17 Jan 2024 20:01:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20220101; t=1705539675; bh=ShraKDcFsRCR3vJB50UvXta/RgFbU72ZuuAaz4RSPlY=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=Exz4ElKL2+a5AS2uXzhZ9eZ3WZbySBRHxcGFvFGBde3m/GiLvBFcmCZ65+njg9Acs +dlw9O8ia73r+TO/SO7NA0uBxWZ/rDFeP91QzhSNpH6Um3FWOfQTDkorwnYKkQLQgx vIl/eZlZ7UN5AnHkDRr2w8xt9NuXfRLVja6evg5w3/GsXwt4tCjAl2j7e9zQhoZDqT nE0wkJZB5FbvPZRf01CS6bg+HjfpdHiew1hA+mjmtsGoaDGtLPHutK/WtoiQdRk/pz HHhHu4tvT+ibjW2v+HlZcaFKKgwDwJ/Zh6gIwBP9hATwEbpfzRBveX/EXtN3t5ZA+B fwCrAgJtRQx+Q== In-Reply-To: <83bk9mepkt.fsf@gnu.org> Received-SPF: pass client-ip=95.142.160.155; envelope-from=gregory@heytings.org; helo=heytings.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:315063 Archived-At: >>>> Further proving my point, neither variant of typeof compiles with Sun >>>> C 5.8, a C99 compiler that does presently produce working Emacs >>>> builds. >>> >>> Which system configuration uses this compiler? When was that compiler >>> released? Are there newer versions of that compiler that do support >>> one of these keywords? >> >> Sun C 5.8 is part of Sun Studio 11, which was released in 2005. Sun >> Studio 11 is an (optional) extension package for Solaris 10 / SunOS >> 5.10... on which GCC (3.4.3) is installed by default. >> >> Sun C 5.9, part of Sun Studio 12 (which is likewise an optional >> extension package for that same operating system), released in 2007, >> supports the typeof operator. > > Thanks. Given this information, I don't see why we should be bothered > with the deficiencies of Sun C 5.8. > FYI, the claim "Sun C 5.8, a C99 compiler that does presently produce working Emacs builds" is pure fantasy, aka fabricated evidence. I had some free time today, I digged in my archives, and found a copy of Solaris 10 and Sun Studio 11, which I installed in a VM. The last Emacs version for which Sun C 5.8 produces a working Emacs build is... Emacs 24. Much ado about nothing. Somehow, I'm not surprised.