https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111851
kargl at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kargl at gcc dot gnu.org --- Comment #2 from kargl at gcc dot gnu.org --- Oddly, I'm seeing an ICE due to the assert() at line 3131 in symbol.cc(gfc_release_symbol). I don't see the memory hog issue. If I comment out that assert() and let gfortran proceed, I see % gfcx -c a.f90 a.f90:1:28: 1 | SELECT TYPE (rvec2ASSOCIATE( | 1 Error: Syntax error in argument list at (1) On FreeBSD I use the following for configure ../gccx/configure --prefix=$HOME/work/x --enable-languages=c,c++,fortran,lto \ --enable-bootstrap --disable-nls --disable-multilib --enable-libsanitizer