https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112873
--- Comment #2 from anlauf at gcc dot gnu.org --- The patch looks mostly fine, but can you explain why you make some of the specific functions generic? Like: + make_generic ("dacosd", GFC_ISYM_ACOSD, GFC_STD_GNU); Because we do not make the ordinary specific dacos generic, only acos. Do you also plan to provide a patch for gfortran.texi abd intrinsic.texi?