Eli Zaretskii writes: >> From: Arash Esbati >> Cc: 63365@debbugs.gnu.org, akrl@sdf.org >> Date: Thu, 08 Jun 2023 12:21:11 +0200 >> >> Eli Zaretskii writes: >> >> > Did you say that the problem goes away if you configure without >> > native-compilation? >> >> Yes, no problems when --without-native-compilation is passed to >> configure. >> >> > If so, let's wait for Andrea to fix the problems with that on master, >> > and try again. >> >> I tried the latest master (a902156068), and the issue remains. >> >> > Or did you also see similar problems on the emacs-29 branch? >> >> Yes, issue remains with 0eba9cf651. > > Andrea, can you suggest some ideas for what to try/test, or > alternatively how to prepare a concise test/reproducer for the GCC > folks? AFAIU, GCC 13.1 does work on GNU/Linux I'm giving it a try mow to be sure. > to produce a working > Emacs with native-compilation, so this is probably Windows-specific. I'd personally start producing an Emacs made only of bytecode but with native compiler capabilies. To achieve this one can hack the Makefile removing the native code specific parts, something like the very much untested attached.