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: GCC 13.1: Can't build Emacs with Msys2/MinGW64 Date: Sun, 07 May 2023 17:43:11 +0300 Message-ID: <838re0dwxs.fsf@gnu.org> References: <86r0rs8b6r.fsf@gnu.org> <83a5ygdx1i.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5268"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: arash@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun May 07 16:42:53 2023 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 1pvfbB-0001B4-Bw for ged-emacs-devel@m.gmane-mx.org; Sun, 07 May 2023 16:42:53 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pvfaa-00065X-F7; Sun, 07 May 2023 10:42:16 -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 1pvfaY-000655-Uo for emacs-devel@gnu.org; Sun, 07 May 2023 10:42:14 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pvfaY-0002iT-NR for emacs-devel@gnu.org; Sun, 07 May 2023 10:42:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=+apeqbelFC99lv6U4ha/eGIK0MVFmOp8ybC78R3FGt8=; b=Zt0rXNYb6Mrq hBBGdjzfPVWHptSADWphyefzBCvLJupLj2UsTwM6KQAJCwKgKeECTKtJ/d8Go92B7yswPYG7L+SSK aXNa01lzae681o8LpB4HX+9ZiVeHLPTyV6/Hw1QGd3Wj5H3rDsrcz1hb8ATOPBdnRay3z9+cozr56 lseJx2Dha7WyanVt264urXQuWpGAluHG6R/dNdOoMIbEq8lkQKIExbZNT/tMPbpdrhuwD+D62O00j jWhxFIKshYki//qn38TX43a1RNRTICp1nMZYMqG0ftjInYfznk/IM84n2cTfnNCEZqQSnYEMaP4XD aBDNXEo3XiA/vm2enWvGOA==; Original-Received: from [87.69.77.57] (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 1pvfaX-00056L-0E; Sun, 07 May 2023 10:42:14 -0400 In-Reply-To: <83a5ygdx1i.fsf@gnu.org> (message from Eli Zaretskii on Sun, 07 May 2023 17:40:57 +0300) 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:305957 Archived-At: > Date: Sun, 07 May 2023 17:40:57 +0300 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > > ELC dired.elc > > ELC dired-aux.elc > > ELC dired-loaddefs.elc > > ELC dired-x.elc > > > > Backtrace: > > 00007ff7de14a69e > > 00007ff7de018b21 > > 00007ff7de039541 > > 00007ff7de1aedaa > > 00007ff9b7977ff0 > > 00007ff9b81b23d7 > > 00007ff9b816149c > > 00007ff9b81b0f06 > > 00007ff7de09ea80 > > ... > > make[3]: *** [Makefile:327: dired-x.elc] Error 3 > > > > and others warnings like the above. > > > > Before digging more into it and possibly filing a bug report, do > > others observe the same issue? This is on Win10 with Msys2/MinGW64, > > gcc.exe (Rev4, Built by MSYS2 project) 13.1.0. > > Does the same tree build OK with older versions of GCC and libgccjit? Also, did you try building a completely fresh clone of the repository?