From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Pip Cet Newsgroups: gmane.emacs.devel Subject: MPS: Win64 testers? Date: Wed, 24 Jul 2024 15:45:18 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="455"; mail-complaints-to="usenet@ciao.gmane.io" To: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jul 24 18:37:32 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 1sWeza-000ATz-NN for ged-emacs-devel@m.gmane-mx.org; Wed, 24 Jul 2024 18:37:31 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sWeyd-0003RO-GD; Wed, 24 Jul 2024 12:36:31 -0400 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 1sWeBb-0003Uh-4N for emacs-devel@gnu.org; Wed, 24 Jul 2024 11:45:52 -0400 Original-Received: from mail-40134.protonmail.ch ([185.70.40.134]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sWeBZ-0004YV-HH for emacs-devel@gnu.org; Wed, 24 Jul 2024 11:45:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1721835940; x=1722095140; bh=t3z3oGCSFPxApn4RFmVZvkiERAw3Jdo9ueHnp6arCdg=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=FyUFfM1PhS69TNAUs4s1O8kUyVavwfF/j7WT5Jqv08MKD0+xiNobKQWxrnVMa12L7 Kng0IzXMrEwB+6hmCeTxyOVR3T5+DBkKSUjnxo2NnnkmMXsdwcriDtQcrEYbLQ9vZB 4hleRi/Da3vgXA7OnvnTJ57lkLPZrBUXnXItmyXtvPaTbsl1oBfg30hurb4pqJOn7o qrrH3h+HpowVBqZxyAg6DnKog2Ku6hahk0/1IJrAhaiOUQXeJeuE9XZD7KnPrRDF4U 5c0muRY/nInbndfj95CnowJ2dOLcQeh2MaKmyyd4cBrGMG1AgSD3aluAz0GKZvOUvp 2i7Qzu7RWFyOg== Feedback-ID: 112775352:user:proton X-Pm-Message-ID: 7a1ba09c57aecce3b88e3d7ef840d88743d3e983 Received-SPF: pass client-ip=185.70.40.134; envelope-from=pipcet@protonmail.com; helo=mail-40134.protonmail.ch X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Wed, 24 Jul 2024 12:36:26 -0400 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:322052 Archived-At: Is anyone building the scratch/igc branch for/on win64 systems? I'm trying = to do that on wine/msys2/mingw64 (not an actual Windows installation), and = there are a number of issues that need to be fixed, and I'm wondering wheth= er I'm the first person to run into them. Quite possibly, they're specific = to wine. - mps doesn't compile with GCC (and, when it does, needs to be told that a = machine word is unsigned long long, not unsigned long) - _setjmp_ex assumes 16-byte alignment of jmp_buf to store the XMM register= s, but we allocate handlers with 8-byte alignment in MPS builds. Is this a wine bug, or is the MPS build currently non-functional on win64? Pip