https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68778
Ev Drikos <drikosev at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |drikosev at gmail dot com --- Comment #6 from Ev Drikos <drikosev at gmail dot com> --- (In reply to janus from comment #5) > ... > With current trunk I always get F, so apparently this has been fixed on > trunk. > > Can anyone confirm this? The chances are that this has been fixed! $ gfortran8 pr68778-00.f90 $ ./a.out TEST2: ASSOCIATED? (EXPECT: F) F (20 times) $ gfortran8 -v Using built-in specs. COLLECT_GCC=gfortran8 COLLECT_LTO_WRAPPER=/opt/local/libexec/gcc/x86_64-apple-darwin18.7.0/8.4.0/lto-wrapper Target: x86_64-apple-darwin18.7.0 Configured with: ../gcc-8.4.0/configure --prefix=/opt/local --program-suffix=8 --enable-languages=lto,c,c++,fortran --enable-checking=release --disable-nls --with-system-zlib CC=/usr/local/bin/gcc CXX=/usr/local/bin/g++ CPP=/usr/local/bin/cpp GCC=/usr/local/bin/gcc CC_FOR_TARGET=/usr/local/bin/gcc CXX_FOR_TARGET=/usr/local/bin/g++ CPP_FOR_TARGET=/usr/local/bin/cpp GCC_FOR_TARGET=/usr/local/bin/gcc Thread model: posix gcc version 8.4.0 (GCC)