aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra Loosemore <sloosemore@baylibre.com>2024-12-28 16:29:44 +0000
committerSandra Loosemore <sloosemore@baylibre.com>2025-01-01 02:51:50 +0000
commitf8cd181e2d1d5541681ea7e3e92c8da46b048979 (patch)
tree6b1c32e182a2948eca2a92afc261066093cbf112
parentd0542de068e79ee222394a45552577c07b1e6b1b (diff)
downloadgcc-f8cd181e2d1d5541681ea7e3e92c8da46b048979.zip
gcc-f8cd181e2d1d5541681ea7e3e92c8da46b048979.tar.gz
gcc-f8cd181e2d1d5541681ea7e3e92c8da46b048979.tar.bz2
Fortran: Fix Texinfo warnings building the manual.
gcc/fortran/ChangeLog * gfortran.texi (Function ABI Documentation): Make menu ordering consistent with subsection ordering.
-rw-r--r--gcc/fortran/gfortran.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index eb17aff..4509f08 100644
--- a/gcc/fortran/gfortran.texi
+++ b/gcc/fortran/gfortran.texi
@@ -4197,9 +4197,9 @@ future implementation of teams. It is about to change without further notice.
* _gfortran_caf_send:: Sending data from a local image to a remote image
* _gfortran_caf_get:: Getting data from a remote image
* _gfortran_caf_sendget:: Sending data between remote images
-* _gfortran_caf_get_by_ct:: Getting data from a remote image using a remote side accessor
* _gfortran_caf_send_by_ref:: Sending data from a local image to a remote image using enhanced references
* _gfortran_caf_get_by_ref:: Getting data from a remote image using enhanced references
+* _gfortran_caf_get_by_ct:: Getting data from a remote image using a remote side accessor
* _gfortran_caf_sendget_by_ref:: Sending data between remote images using enhanced references
* _gfortran_caf_lock:: Locking a lock variable
* _gfortran_caf_unlock:: Unlocking a lock variable