https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123366
Steve Kargl <kargl at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kargl at gcc dot gnu.org
--- Comment #2 from Steve Kargl <kargl at gcc dot gnu.org> ---
(In reply to Lorenzo Salvadore from comment #0)
> We are experiencing segmentation faults in latest GCC 16 snapshots builds
> related to libgfortran. Last working snapshot is 20251123.
>
I do not see this issue on FreeBSD circa
% FreeBSD hotrats 16.0-CURRENT FreeBSD 16.0-CURRENT #2 \
main-n281739-396fac022439: Thu Nov 6 10:50:27 PST 2025
Are you using a more up-to-date FreeBSD 16?
Also, note that you will hit PR 123316 if you get
pass whatever yuo're doing with configure.
I use
% ../gcc/configure --prefix=$HOME/work/15 \
--enable-languages=c,c++,fortran,lto \
--enable-bootstrap --disable-nls --disable-libssp \
--disable-multilib --without-libintl
to configure gcc