all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* GCC 13.1: Can't build Emacs with Msys2/MinGW64
@ 2023-05-07 14:31 Arash Esbati
  2023-05-07 14:40 ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Arash Esbati @ 2023-05-07 14:31 UTC (permalink / raw)
  To: emacs-devel

Hi all,

GCC 13.1 landed on my HD and I can't build Emacs (both release branch
and master) anymore.  This happens only when I pass
--with-native-compilation to configure.  In summary:

  $ git clean -fdx --exclude=ChangeLog
  $ ./autogen.sh
  $ ./configure --without-native-compilation
  $ make

works and

  $ git clean -fdx --exclude=ChangeLog
  $ ./autogen.sh
  $ ./configure --with-native-compilation
  $ make

breaks during compilation with

    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.

Best, Arash



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-05-08  9:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-07 14:31 GCC 13.1: Can't build Emacs with Msys2/MinGW64 Arash Esbati
2023-05-07 14:40 ` Eli Zaretskii
2023-05-07 14:43   ` Eli Zaretskii
2023-05-07 17:13   ` Arash Esbati
2023-05-07 18:28     ` Eli Zaretskii
2023-05-07 18:39       ` Eli Zaretskii
2023-05-08  9:26         ` Arash Esbati

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.