https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85786
--- Comment #7 from Steve Kargl <sgk at troutmask dot apl.washington.edu> --- On Tue, May 15, 2018 at 06:47:49PM +0000, dominiq at lps dot ens.fr wrote: > > --- Comment #6 from Dominique d'Humieres <dominiq at lps dot ens.fr> --- > Likely r251949. > There are no changes within trans-intrinsic.c(gfc_conv_associated) that correspond to that revision. My best guess with looking at 'svn annotate' is the offending commit is r190641. The function has grown over time, the missing lines I inserted with my patch may have at one time been present but code motion moved them to a different block.