https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263271
--- Comment #7 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=427746f6a3ecdb70f182adfd42e48130f273fdda commit 427746f6a3ecdb70f182adfd42e48130f273fdda Author: Yasuhiro Kimura <[email protected]> AuthorDate: 2022-04-14 18:11:17 +0000 Commit: Yasuhiro Kimura <[email protected]> CommitDate: 2022-04-16 08:07:56 +0000 lang/gcc11: Add upstream patch to fix bug of libgccjit After switching to LTO bootstrap with commit 2f6be9fb8281, build of editors/emacs-devel fails with segmentation fault of emacs if NATIVECOMP option is enabled. The cause of the problem is bug of libgccjit and it was unveiled by switching to LTO bootstrap. So add upstream patch to fix it. PR: 263271 Approved by: gerald (toolchain@) lang/gcc11/Makefile | 2 +- .../gcc11/files/patch-gcc_jit_jit-playback.c (new) | 33 ++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are on the CC list for the bug.
