https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113152
--- Comment #23 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tobias Burnus <bur...@gcc.gnu.org>: https://gcc.gnu.org/g:25f5e60eaa8b9ab7938c3e1a9c8ad4ffa444d997 commit r16-1430-g25f5e60eaa8b9ab7938c3e1a9c8ad4ffa444d997 Author: Yuao Ma <c...@outlook.com> Date: Wed Jun 11 23:33:35 2025 +0800 fortran: add intrinsic doc for trig functions with half revolutions This patch is a follow-up to commit r16-938-ge8fdd55ec90749. In this patch, we add intrinsic documentation for the newly added trig functions with half revolutions. We also reorder the documentation for `atand` to place it in correct alphabetical order. PR fortran/113152 gcc/fortran/ChangeLog: * intrinsic.texi: Document new half-revolution trigonometric functions. Reorder doc for atand. Signed-off-by: Yuao Ma <c...@outlook.com> Co-authored-by: Steven G. Kargl <ka...@gcc.gnu.org>