https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61173
Keith Refson <krefson at googlemail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |krefson at googlemail dot com --- Comment #1 from Keith Refson <krefson at googlemail dot com> --- I just worked out why the testcase originally failed to reproduce the problem. libgfortran.so was dynamically linking against the older version in /lib64 not the version in /usr/local/gcc-4.9/lib. This fails as expected in my testcase after all.