https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71861
Thomas Koenig <tkoenig at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tkoenig at gcc dot gnu.org --- Comment #6 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- > module m > intrinsic abs > abstract interface > function abs(x) > real :: abs, x > end > end interface > end I cannot tell if this is legal or not. How should the compiler behave?