https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83898
--- Comment #1 from G. Steinmetz <gs...@t-online.de> --- While this and other variants work : $ cat z2.f90 program p associate (x => [1]) print *, x end associate end $ gfortran-8-20180114 z2.f90 -static-libgfortran $ a.out 1 $