https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121564
Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #7 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- As best I can tell reading the standards, there is no automatic allocation of the variable, left hand side. Also flang-new agrees with gfortran. $ flang-new seggy.f90 $ ./a.out MRE: Calling ad_init function... Segmentation fault (core dumped)